Wednesday, October 8, 2014

Identify the testcases to be automated


Identify the testcases
Once the development is started, decide the area of the application for automation testing and manual testing.  
  1. Automation Testing

  • Identify the modules where human error may occur in manual testing
  • Identify the area which  is common and not changed often
  • Identify the business flow which is to be tested often and time consuming
  • Identify the are where large number of data required for testing (Ex: Any calculations)

    2. Manual Testing

  • Newly developed functionality
  • UI changes
  • Change of requirement related testing
  • Identify the area which can be tested in less time
Once the area for automation is identified, then develop the testcase step by step. Also develop the testdata. Share the testcases with automation script development team after the manager approval.

No comments:

Post a Comment