Automated Testing

25
Jul

Basics of Using XPath Selectors

In the article, we will give a short overview of using XPath selectors.

18
Jul

Correct Task Distribution Between Manual and Automated Testing Departments

Critical issues between testing departments and a project group can arise due to numerous reasons but it’s always needed to rapidly put everyone’s efforts into reaching set goals. Further, we’ll talk about the correct way to do this and the difficulties that you may encounter.

6
Jul

Common Methodologies of UI Automation Testing

At the first glance, software development and testing may seem completely different unrelated processes. But some of their aspects are extremely important for both these spheres. In this article, we’ll focus on some popular patterns and methodologies of web testing that will be helpful for UI automation in general and for the development of test frameworks in particular.

22
Jun

How to Start Implementing Test Automation?

Getting started with automated tests may seem something difficult. Especially for those who do this for the first time! If you are this kind of software tester, this article is exactly for you.

26
May

Resouces for Learning Selenium Automation

When a QA engineer starts learning test automation, they may have difficulties in finding first-class Selenium automation courses since these courses are highly specialized. This article contains useful and interesting Selenium resources that can be really helpful in this case.

27
Apr

Wait Commands in Selenium

Using wait commands is important when running tests in Selenium. It allows you to avoid problems that may occur due to changes in the time delay.

3
Mar

Automation Tools for Testing Android Apps

Test automation helps to greatly improve mobile software quality and this, in turn, accelerates the process of product testing, improves general performance, and helps to satisfy client needs. Today a field of automation testing services offers various programs that can be used for the development and testing of mobile products. Further, we’ll analyze some examples of them.

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.

4
Jan

Useful (Healthy) Testing Habits

During software development, it’s not enough to use the newest test management system or a modern framework: really qualitative software can be developed only with the help of useful testing habits. Further, we’ll analyze the most popular of these habits so that you can use them.

18
Nov

Testing the Presence of an Element With Cypress

When you test an application with Cypress utility, it may sometimes be necessary to test the presence of an item. In this material, we’ll consider situations on how to properly test whether there is an element in the application and whether it is noticeable. We’ll analyze some of the features of such checks, as well.