Sunday, September 19, 2010

QTP

Quick Test Professional is Test automation Tool which helps user to automate his Test Cases. The best candidates for Automation Testing are:

  • · Smoke Testing
  • · Regression Testing

Type of testing that cannot be done using automation:

  • · Usability Testing
  • · Adhoc Testing

Limitations of Automation Testing:

  • · Maintenance of scripts
  • · Only those applications can be automated which are stable
  • · Automation can Cover only 60-70% of application under Test

Automation process:

  • · Prepare-Prepare the actions based on the Scenarios and Test cases
  • · Create-Create Object Repositories for the application under Test
  • · Verify-Based on the Test cases use Check points and other features to customize the script
  • · Integration-Joining all the actions to have one complete system(Not a mandatory step)

Pre-requisites of Automating any application:

  • · System under Test should be stable
  • · Functionality that need to be checked should be determined
  • · Execution of Manual test cases should be done
  • · Test data should be prepared
  • · Initial and end conditions should be known
  • · To Check if a system require any add in

What is the difference between Scenario and Test case:

  • · Scenario-Conditions which are to be tested
  • · Test Case-Detail description of Scenarios

No comments:

Post a Comment