- QATestLab Blog >
- software testing
6 Effective Ways to Perform Regression Testing
14.04.2017
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 MoreWhat Is the Gherkin Language?
12.04.2017
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 MoreWhat Is SRS (Software Requirements Spec)?
28.03.2017
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 MoreWhat Are the Duties of Senior Software QA Engineer?
27.03.2017
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 MoreWhat Is Assertion Testing?
24.03.2017
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 MoreWhat Are the Advantages of Regression Testing?
02.02.2017
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 MoreUnit Testing: Benefits and Test Cases Samples
20.01.2017
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 MoreRDBM Testing Tools
13.01.2017
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 MoreWhat Is Database Sandbox?
11.01.2017
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 More11 Books Each QA Engineer Should Read
16.12.2016
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 MoreWhat Is ETL Testing?
14.12.2016
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