What information do the columns in the Keyword View show for each step?
Answer / varun kandpal
As you recorded your test, QuickTest generated steps in the Keyword View representing each operation you performed in the Web browser.
The columns in the Keyword View show different information for each step, as follows:
. Item—Displays the item for the step (test object, utility object, function call, or statement) in a hierarchical icon-based tree.
. Operation—The operation to be performed on the item, for example, Click or Select.
. Value—The argument values for the selected operation, for example, the mouse button to use when clicking the image.
. Assignment—The assignment of a value to or from a variable so you can use the value later in the test.
. Comment—Any textual information you want to add regarding the step, for example, Return to page used in first step of the test.
. Documentation—Auto-documentation of what the step does, in an easy-to-understand sentence, for example, Click the “findFlights” image.
| Is This Answer Correct ? | 0 Yes | 0 No |
i'm using QTP 8.2. A person using QTP 9.0 sends me a QTP TestScript, same when i try to open , an error comes "unexpected file format". Why?? and how to resolve the problem??
Synchronizing test
draw the qtp frame work?
How to use descriptive programming?
How u will open the build automatically in QTP except using Systemutil.run command
How to do excception handling ( error handling ) in QTP
6 Answers Institute for Medical Education,
can u tell me website address of VBscript with examples.
What is the difference between keyword view and expert view?
By using QTP, How do you test a frame in a web page?
What are private functions in QTP? How they can be called from the function library?
How is a Step generator used in UFT?
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?