Automation – QTP Tips
. Used to refer to the Page
• Browser(“micClass:=Browser”) Used to refer to the Browser object • Page(“micClass:=Page”)
. Used to refer to a textfield
Object • WebEdit(“name:=txtAssertion”) Read more »
Introduction to Automation
Automation Tools : Session 1.
Introduction To Automation
• Automation is not a replacement of
Manual testing.
• Automation supplements manual
testing.
Pros of Automation
• Enables to execute tests repetitively.
• Useful in Regression Testing.
• Much faster, As tests can be run
simultaneously in different machines. Read more »
Automation – QTP
• Recap.
• Features of QTP.
• Descriptive Programming.
• Objects and Their Identification.
• Areas That Can be automated:
• Highly redundant tasks or scenarios.
• Repetitive tasks that are boring or tend to cause human error
• Well-developed and well-understood use cases or scenarios first
• Relatively stable areas of the application over volatile ones must be automated.
• Type of Tests that can be automated.
• Functional -testing that operations perform as expected.
• Regression -testing that the behavior of the system has not changed.
• Exception or Negative -forcing error conditions in the system.
• Performance -providing assurance that the performance of the system will be adequate for both batch runs and online transactions in relation to business projections and requirements. Read more »

