Hi guys, since it is important to stay updated and follow the latest techniques, I thought to share with you test automation best practices every software engineer should implement in their projects.How many are you following these days? https://blog.testproject.io/2017/04/16/test-automation-best-practices/
published by Anonymous on February 1, 2016 - 17:15
Summary
Firstly, it is absolutely necessary to regression test those areas of the application that are not being changed. Just because the code isn’t changing, it doesn’t mean that a change elsewhere is not going to impact it. Of course, a proper impact analysis of a change should highlight other areas of the application that may be affected. However, as we all know, things get missed and the first time you know about it is when something goes wrong in production and impacts your ability to do business.
published by Anonymous on February 3, 2011 - 01:19
A test automation framework is a set of assumptions, concepts and tools that provide support for automated software testing. The main advantage of such a framework is the low cost for maintenance. If there is change to any test case then only the test case file needs to be updated and the Driver Script and Startup script will remain the same. There's no need to update the scripts in case of changes to the application.
Recent comments