Tag "software testing"

, page 8 back to homepage

Software failure: how to avoid Murphy’s law?

Have you ever downloaded an app from Google Play or Apple App Store, used it for a couple of minutes and then deleted? Perhaps, many people come across this situation.

Read More

What does testing on virtual machines hide?

Using virtual machines (VM) during software testing saves time and money. VM emulates real personal computers, programs and devices. The emulation programs and its OS are called virtual machine and

Read More

Security Testing Tools You Need to Know

The statistics of cyber attacks of the recent years shows that hackers broke 1061 blogs and websites in 2015 and 1017 ones in 2016. But when your website is hacked,

Read More

Why Is It Worth to Choose Software Tester Career?

Many of the modern professions are connected to IT. There is no point to deny the fact that software has become a part of our everyday life. Anyway, software development

Read More

Does Your Project Need a Test Plan?

In order to structure and organize the testing process, the accepted practice is to create testing plans. A test plan is considered to be a document which describes scope and

Read More

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