Sunday, May 22, 2011

Introduction To Automation Testing

1.Limitaions Of manual testing

a.Time consuming.
b.Chances of making mistakes when doing repatative work.
c.Require more human resources.

2.Advantages of automation tools

a.Faster test execution
b.Reliable
c.Repeatability
d.Progmamming capability
e.Reusability

3.Test cases to be automated

a.Tests that needs to be run for every build of the application(Sanity test and regression test)
b.Tests that use multiple data for same actions.
c.Load/Stress testing

More Repeatative Execution ! Better Candidates for Automation.

4.Tests cases not to be automated

a.Usability testing
b.One time testing
c.ASAP testing
d.Adhoc/Random testing



No comments:

Post a Comment