Tag "software testing"

, page 9 back to homepage

6 Effective Ways to Perform Regression Testing

After performing software testing, reporting bugs and their fix regression testing should be executed. Its aim is to find defects of the software after code modifications or the product release.

Read More

What Is the Gherkin Language?

Note: this article was updated in August 2019. Gherkin is a line-oriented language such as Python. The language may serve as project documentation, e.i., describes business logic of the system,

Read More

What Is SRS (Software Requirements Spec)?

SRS (Software Requirements Specification) is a document that describes the system that should be developed and implemented. It contains a full and detailed description of intended purposes, system behavior, user’s

Read More

What Are the Duties of Senior Software QA Engineer?

Note: this article was updated in December 2019. Being a Senior Software QA engineer is not just something you sit and wait 5 years to magically morph into. There’s work

Read More

What Is Assertion Testing?

The specialists of software testing company perform assertion-based testing procedure. The term ‘assertion’ means a boolean expression that concerns a defined item of the software program that will be true

Read More

What Are the Advantages of Regression Testing?

Updated in January 2021 Regression testing is performed when there are any modifications of the code or changes of some features. This type of software testing helps to verify whether

Read More

Unit Testing: Benefits and Test Cases Samples

Sometimes testers, especially the “green” one, feel difficulty about different types of checking. But it is very important to understand the essence of each software testing type, especially unit testing

Read More

RDBM Testing Tools

The specialists of software testing company usually perform database testing using special tools. For a successful RDBMS (Relational DataBase Management System) testing, it is required two types of testing tools.

Read More

What Is Database Sandbox?

Note: this article was updated in December 2019. Who hasn’t played with the sandbox in childhood?! Probably, only a few…or nobody? But what do these childhood memories have in common

Read More

11 Books Each QA Engineer Should Read

Dedicating your life to software testing, a person should realize that it is a rather complex science which includes a lot of aspects, information, and actions. Whether you would like

Read More

What Is ETL Testing?

ELT is an abbreviation for Extraction, Transformation, and Loading of data. ETL testing is closely connected with data warehousing but still they have their own specific features. Nowadays, databases are

Read More