Introduction to QuickTest Professional 8.0

This pdf study material about Introduction to QuickTest Professional 8.0 contains

Planning Your Test …. Chapter 2
Exercise: Evaluating a Test Case….. 2-2
Test Case 1 Review…… 2-3
Test Case 1 Review Answers……….. 2-4
Exercise: Learning the AUT………… 2-5
Recording and Running a Test….. Chapter 3
Exercise: Record and Playback…….. 3-2
Test Results Review….. 3-8
Test Results Review Answers………. 3-9
Understanding Objects
in QuickTest …………… Chapter 4
Understanding Objects Review ……. 4-2
Understanding Objects Review Answers ………… 4-3
Exercise: Identifying Objects……….. 4-4
Test Objects Review …. 4-7
Test Objects Review Answers ……… 4-8
Exercise: Changing the Object Name……………… 4-9
Creating Synchronization
Steps ……. Chapter 5
Synchronization Review ……………… 5-2
Synchronization Review Answers … 5-4
Exercise: Analyzing a Failed Test … 5-5
Exercise: Inserting a Synchronization Point …….. 5-7
Using Standard
Checkpoints …………… Chapter 6
Checkpoints Review …. 6-2
Checkpoints Review Answers ……… 6-3
Exercise: Add a Standard Checkpoint …………….. 6-4
Test Results Review….. 6-6
Test Results Review Answers………. 6-7
Adding Parameters…. Chapter 7
Parameter Types Review …………….. 7-2
Parameter Types Review Answers .. 7-4
Exercise: Create and Run a Test …… 7-5
Exercise: Create an Output Parameter …………….. 7-9
Recovery Manager….. Chapter 8
Recovery Manager Review………….. 8-2
Recovery Manager Review Answers………………. 8-3
Exercise: Parameterized Test……….. 8-4
Exercise: Recovery Scenario ……….. 8-6

Read this Introduction to QuickTest Professional 8.0

Quality Center Run-Time parameters for QTP tests

In QuickTest Pro

  • 1. Open/create the test
  • 2. In top menu click File – > Settings…
  • 3. Click on “+” to add Test parameter(s) in “Test Settings” window
  • 4. Close “Test Settings” window
  • 5. Switch to Keyword view
  • 6. Right click on the Action you want to pass data to
  • 7. Select “Action Properties…” from the menu
  • 8. Click on Parameters tab in Action Properties menu
  • 9. Add Action input parameters
  • 10. Click OK
  • 11. Now we’ll tie test parameters and action parameters by selecting “Test Flow” item from Dropdown menu
  • 12. Right click on Desired action
  • 13. Select “Action Call Properties…” from the menu
  • 14. “Action Call Properties” will appear
  • 15. Select “Parameter Values” tab
  • 16. Click “Value” field for the first parameter
  • 17. Click on “<#>” button on the right side of “Value” field
  • 18. Select “Parameter” radio button
  • 19. Select the Test parameter from “Parameter” dropdown list
  • 20. Click OK
  • 21. Repeat the steps above for all parameters
  • 22. Create the code in the Action to use parameters

In Quality Center (QC)

  • 1. In QC Test Lab right-click on a test
  • 2. In a menu select “Test Instance Properties…” item
  • 3. Click on Configuration icon in “Test Instance Properties” window
  • 4. Select “Automated” tab
  • 5. Populate values for Input parameters
  • 6. Execute the test (in this example we will print run-time parameter values to the QTP debug window)

Src : http://connectedtesting.com/Articles/QC_Runtime_Parameters_for_QTP_Tests.pdf

page counter