Code 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 MoreWhat is Specificity of Refactoring?
19.06.2015
For the last years refactoring has been often used during software development. Refactoring assumes improving code without changing functions and behavior of the application. The main goal of it is
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 MoreWhy Should One Participate in Beta Testing?
11.06.2015
Today information technology involves not only programmers, but a lot of specialists in other fields as well. Software testing has become a perspective and rapidly evolving branch of IT. It
Read MoreWhy Plan Testing Even Under Tight Time Constraints?
27.05.2015
Very little time is often allocated on web site testing, desktop testing and mobile testing. Software producers mostly concentrate on the development and saving costs, as a result, quality assurance
Read MoreWhy Maintain Software Dev and Testing Documentation?
25.05.2015
Software development and software testing processes assume creation and maintaining lots of documents. Some programmers and testers are convinced that the majority or all of the documents are useless, so,
Read MoreHow to Test Access Points of Web Software?
21.05.2015
Security is a very important attribute for any modern application. It is carefully verified during mobile testing, desktop testing and web site testing. Web software security requires more attention than
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 More