Friday, 21 September 2012

Automation testing


Here I want to share some topics related to Automation testing of the computer applications. Also I will share some knowledge about QTP, that creates interactive customizable test that simplify and shorten the testing cycle.

Benefits of Automated Testing:
  • Fast
    ( Runs tests significantly faster than human users)
  • Reliable
    (Test perform  precisely same operation each time it runs)
  • Repeatable
    (Helps to monitor the application behavior after repeated executions of same operation)
  • Programmable
    (Can be extended in scope using sophisticated programming)
  • Reusable
    (Same tests can be used on subsequent versions of same application)

No comments:

Post a Comment