Posts From Nataliia Vasylyna

, page 73 back to homepage

Test Automation Of Software

Automation does not reduce the test preparation phase, but rather increases it, which may frighten the inexperienced project manager, however, as soon as the first stable version of application will

Read More

Useful Tips for Choosing a Test Automation Tool

For Functional testing it is important to support a specific development environment, the ability to create reports about testing, automatic registration of detected defects, presence of recovery-scenarios. For load testing

Read More

Statistics of Errors in the Code

According to western experts, the programmer makes a mistake on average once at five lines of code (including erratum). Approximately 90% of these errors is corrected by the programmer, the

Read More

What is Component Testing?

ISTQB Glossary gives us the following definition: Unit Testing (module testing): See component testing Component testing: Testing of individual software components (according to IEEE 610) Component: The smallest element of

Read More

Myths and Facts: Purpose of Software Testing

Note: the article was updated in March 2019. What type of people do you belong to: those who believe that software testing plays in favor of their product, or those

Read More

The basic definitions of automated software testing

Software Automation Testing is the process of software verification in which the basic function and test steps, such as running, initialization, execution, analysis and delivery of results are performed automatically

Read More

Do you consider yourself an expert in testing?

Note: the article was updated in August 2018. What distinguishes an ordinary tester from an expert? What knowledge and skills a professional QA engineer should possess? How to become a

Read More

Test Automation: mysterious SilkTest

SilkTest is really very mysterious program to automate test plans. It is mysterious, because you cannot find a lot of information in the net on test automation. The purpose of

Read More

Siege is a stress testing tool for Web servers

Siege is a utility for stress testing webservers. It was created to give developers the ability to check the resource consumption of its code in conditions close to real. Siege

Read More

Top 5 Personal Qualities of a Tester

This article was updated in October 2021. As a software tester, I often perform such tasks that are not directly related to the implementation of the testing: the management of

Read More

Classification of Software Testing Kinds

What is “testing”? The book Meshcheryakova MS “Software Testing” is given two definitions of this term: 1. Testing is a process of detecting errors in software 2. Testing is a

Read More