21
Feb

5 Basic Questions Usability Testing Should Answer

As you know, usability testing is a special software testing technique that is performed with the involvement of real users. Its goal is to evaluate the performance of a web product as close as possible to real conditions. A lot has been said and written about this type of testing. In this article, we will look at five fundamental questions and answers to them, which usability testing must somehow correspond to.

17
Feb

What Is the Good Autotest?

Automation testing, while respecting the practice of continuous software delivery, should be as perfect as possible. Therefore, we’d like to highlight 5 features of good automation tests.

14
Feb

Basic Comparison of Flutter and React Native

What software is the best for the quick and effective development of the modern cross-platform mobile program? In this article, we’ll compare two technologies that are the most suitable for these purposes – Flutter and React Native.

10
Feb

How to Display Gestures on iOS Videos

Today a lot of attention is paid to the technical aspects of mobile app testing. The issue with gesture displaying on iOS screens is very popular. So what are the most popular methods to display gestures on iOS screens? We’ll analyze this further.

3
Feb

Pros and Cons of XPath

In the traditional sense, XPath is similar to modern programming languages: a well-crafted XPath selector is easy to read, we can tell from its appearance what specific element is being referred to. This makes interaction with XPath extremely convenient, increases the speed of solving typical problems, and, consequently, minimizes the time for software development and testing.

3
Feb

Optimization of the Testing Process: Tips and Techniques

Test optimization techniques help QA teams get the best out of their testing efforts. Discover top methods to optimize testing and fix potential software issues.

1
Feb

Fiddler Classic: An Overview of Its Key Features

There are many examples of various tools to monitor and analyze HTTP/HTTPS traffic on the software market, and each one has its own features. Fiddler software has become very popular among testers in recent years. Further, we will describe its main functions, used by testers on a daily basis.

28
Jan

GUI Testing: A Quick Annotation for QA Engineers

The quality of the software largely depends on how user-friendly its graphical interface is and how it interacts with the user. This is the root cause why GUI testing is extremely important and should be conducted properly.

27
Jan

Why Exploratory Testing Differs From Script Testing

Exploratory testing is a special type of testing during which a user performs testing and, at the same time, makes up a new test by analyzing software behavior. In this article, we’ll talk about the main principles of exploratory testing, its main features and analyze in what way it differs from script testing.

25
Jan

How to Correctly Install Jenkins on Docker

There are numerous ways to install Jenkins locally, depending on your operating system. In this article, we will analyze a method of installing Jenkins with Docker.