How to plan test automation?

How would you plan test automation?

Success in test automation requires careful planning and design approach. It includes:

- Understand the requirements
- Prepare the automation Test plan (Scope, objective, timeline, resources)
- Identify the methodology and framework
- Draft the programming conventions
- Identify the high level scenarios
- Record the scenario
- Enhance the scripts by inserting check points and Conditional Loops
- Incorporate Exception handlers in the script
- Debug the script
- Refactor the script
- Rerun the script and report the result
Automation testing and manual testing
Automation cannot replace manual testing. Manual testing is more effective in Progression....................
Benefits of test automation
Benefits of test automation - Provides Better Quality of the product, Cost effective, Reliable, Reusability, Fast
Problems due to test automation
Test maintenance: Automation test bed need to be updated as continuous process inline with any changes in application................
Post your comment