Languages 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 MoreHow to Increase Efficiency of Automated Testing?
24.06.2015
Any modern software development process includes both manual and automated testing. Automated tests are sometimes incorporated in the development process, during test-driven development, for example. So, they are used both
Read MoreAutomated Tests Refactoring vs Common Software Refactoring
23.06.2015
Refactoring has become an integral part of creating programs. It helps to streamline the code and makes it understandable. Web site testing, desktop testing and mobile testing prove that refactoring
Read MoreAutomated Testing During Test-Driven Development
16.06.2015
Automation is widely used during web site testing, desktop testing, mobile application testing. Automated tests are sensitive to various changes in the system and require lots of efforts for keeping
Read MoreWhy Modern Automation Tools Are Far From Being Perfect
15.06.2015
Since 1950s software products began rapid evolution; various programming languages appeared one by one. Programs and computers became more complex and powerful. Automated testing has been actively utilized for a
Read MoreHow to Provide Secure Access to Web App?
20.05.2015
Web software must be secure and convenient for its users. Providing these qualities is the main task for web application designers. Their implementation is checked during functional testing, performance testing,
Read MoreGET HTTP Request Method and Sensitive Data
19.05.2015
Functional testing, security testing, usability testing and other types of checking web, mobile and desktop software products differ due to specificities of web, mobile and desktop technologies. Carrying out security
Read MoreHow to Protect Software From Brute-Force Attacks?
18.05.2015
It is known that security testing of web software requires more efforts than verifying security during desktop testing. Though web software is more exposed to cyber-attacks due to peculiarity of
Read More