Entries tagged as Quick Test Professional
Defining a Data Table Parameter for QTP
How to define a Data Table Parameter for QTP?
Defining a Data Table Parameter for QTP
1. Start QuickTest and open the Checkpoint test.
2. Save the test as Parameter.
3. Confirm that the Active Screen option is enabled.
4. Confirm that the Data Table option is enabled.
5. Select the text to parameterize.
6. Set the parameterization properties.
Read More...
Limitation to XML Checkpoints
Is there any limitation to XML Checkpoints?
Mercury has determined that 1.4MB is the maximum size of a XML file that QTP 6.5 can handle.
Read More...
Key differences between QTP & Winrunner
What are the key differences between QTP & Winrunner?
(a) QTP is object bases Scripting ( VBS) where Winrunner is TSL (C based) Scripting.
(b) QTP supports “.NET” application Automation not available in Winrunner
(c) QTP has “Active Screen” support which captures the application, not available in WR.
(d) QTP has “Data Table” to store script values , variables Read More...
Keyword CreateObject
Explain the keyword CreateObject with an example.
Creates and returns a reference to an Automation object
syntax: CreateObject(servername.typename [, location])
Arguments
servername:Required. The name of the application providing the object.
typename : Required. The type or class of the object to create.
location : Optional. The name of the network server where the object is to be created.
Read More...