Quick Test Pro
Comments (0)
Table Checkpoint is used to verify cell data within a table.
Use of Table Checkpoints: For example, taking HP Filight Simulation program contains a table listing all available flights from New York to San Francisco. We can add a table checkpoint to check that the time of the first flight in the table is correct. Table Checkpoints can be added for WebTable as well as WinTable object.
More on page 67
QTPGuru @ September 4, 2008
Quick Test Pro
Comments (0)
Standard Checkpoint:
Verifies the property value of different types of object such as push buttons, radio buttons, and list boxes in your application or Web page. For example, we can verify whether a push button is enable, or a radio button is checked using standard checkpoint. More on page 61
QTPGuru @ August 14, 2008
Quick Test Pro, Quick Test Pro
Comments (1)
Why TestIteration?Â
A good use of “TestIteration” built in environment variable would be if you want to execute a specific section of Sceipt based on the number of Iteration. For example, if the test runs the first iteration we want to execute Function A and 2nd iteration Function B. More on page 50
SmartTesting @ July 21, 2008
VB Scripts
Comments (0)
Here are some useful VBScript functions. These functions are not application related but very general. The functions description are written on the header. The functions are, random nmber generator, finding difference between two date, return a row number of an excel file with matching value. More on page 47
SmartTesting @ June 28, 2008
Examples, Quick Test Pro, VB Scripts
Comments (0)
Sometime there could be multiple object repositories in a test. It is possible the scripts or reusable actions browse through multiple application, and each apps has separate object repository. One of the problem with QTP8.2, we cannot associate multiple repositories at the same time. More on page 49
SmartTesting @ June 24, 2008
Quick Test Pro, VB Scripts
Comments (1)
Sometimes writing result files for automation using Quick Test Pro (QTP) using VBScripts is necessary. There are many different ways to produce result files using Automation tools, and QTP comes with a very user friendly test result. More on page 48
MrTester @ June 22, 2008
Examples, Quick Test Pro, Test Automation, VB Scripts
Comments (0)
Date related inputs are troublesome sometimes. While automating a screen that accepts dates (month, day, year) may require different formats and inputs. I was having an issue with day and month inputs when valid format was MM or DD. If you read the month and day from the system it returns a single digit month or day, but the application does not accept a month 6 (June) instead requires 06. More on page 46
SmartTesting @ June 15, 2008