Blog

, page 10 back to homepage

Soak Testing 101: The Basics

Note: the article was updated in July 2020. The last thing you expect from a recently deployed application is its instant crash or an abrupt slowdown in the operational flow.

Read More

What Is Cyclomatic Complexity?

Metrics plays an important part in the field of software development and software testing. Software metric is a qualitative measure of particular system aspects with regard to the product cost,

Read More

What Is WPA (Wi-Fi Protected Access)?

Wireless networking has become very popular and many people were and still are not interested in the way the data is sent through the air and how this information can

Read More

Tools for Automated Web Testing

In the field of software testing, it is necessary to quickly check new versions of different products, especially if to talk about web products. Automated testing will help to cope

Read More

Unit vs Integration vs Functional Testing

There are various types of software testing and the QA specialists should be aware of their specific features and different peculiarities. If the test is engaged in mobile testing, then

Read More

Briefly about System Testing

The procedure of system checking is connected with unit, integration and acceptance testing. System testing is conducted in order to check functional and nonfunctional requirements to the system as a unique

Read More

Why Do Testers Use Jira?

While performing different software testing types, a QA team needs somehow to monitor, process and maintain the system issues that were detected. Every bug has its status, priority, and severity.

Read More

Security Testing Tools

Nowadays, security of personal and corporate data plays an important role. And a huge attention is paid to thorough penetration testing, security testing, access control testing, etc. To check whether

Read More

Types of Regression Testing

Note: this article was updated in December 2019. Regression testing is a type of activity designed to verify changes made to an application or environment, for example: after defect fixing,

Read More

JUnit vs TestNG

Usually, in order to conduct thorough and detailed software testing, specialists use special tools and frameworks. It can be tools for automated testing or load testing, frameworks for system testing

Read More

Smoke Testing vs Sanity Testing

Sanity testing is conducted after a build with fixed bugs and modified code is received. Its aim is to make sure that the functionality operates properly. This software testing type

Read More