Methods of Web Applications Testing
10.08.2015
Many testers during their career at least once faced with incomplete testing of sites that almost always leads to considerable financial costs, customer dissatisfaction, and, eventually, to the re-development of
Read MoreWhat Tests to Automate Firstly?
07.08.2015
The first question that arises during the software product testing and which should be answered without bias is: “Is it advisable to use automated testing for this software?”. In the
Read MoreWhy Configuration Testing?
05.08.2015
Any member of the software testing company knows that configuration testing is a testing technique that evaluates the work of a program taking into account the different system configurations. Configuration
Read MoreStress Testing vs Load Testing
27.07.2015
Many people involved in the software testing process not once faced with the concept of load testing which means the check of the system’s behavior under normal and high load.
Read MoreWhy to Perform Regression and Smoke Testing?
Sometimes, the software creators have limitations in budget and time for the product release on the market, but, nevertheless, they are aware that the system should always be tested for
Read MoreWhat are Goals and Bonuses of Functional Testing?
22.07.2015
None of the software products can be of 100% quality without the previously performed functional testing. This means that before releasing a product it should be checked whether all requirements
Read More4 Main Constituents of Performance Testing
One of the quality assurance means is performance testing which is used in order to understand if the software withstands the different load in terms of responsiveness and if it
Read MoreLanguages and Tools Used for Test Automation
09.07.2015
Nowadays there are tools allowing to automate creation of automated test cases. One doesn’t have to be a programmer for that. Test cases can be effectively automated if they are
Read MoreWhen is Manual Testing Better Than Automated?
03.07.2015
A lot of activities performed during software testing are automated. This allows to complete various tasks during mobile application testing, desktop testing, web site testing and detect all the important
Read MoreHow to Automate of Customer Tests?
01.07.2015
It is known that software products are used for various purposes and involve domain knowledge from various fields. Programmers may have surface knowledge about the application domain, its rules. They
Read MoreCode Refactoring for Automated Tests
26.06.2015
Note: the article was updated in September 2020. The term ‘Refactoring’ stands for the process of code cleanup and redesign aimed to improve its internal structure without altering the functionality.
Read More