What information do the columns in the Keyword View show for each step?
Answer Posted / 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 |
Post New Answer View All Answers
Why we load add-ins in qtp?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
what is the difference between data driver & data driven and driver script?
What is a checkpoint? How many check points are there in qtp?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
What is the difference between byref and byval in qtp?
What is the standard timing delay for web based application in qtp?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
How many types of status are there?
Describe function procedure in vbscript.
after click on compose mail how can we attached a file in qtp with vbscript code
please post the interview questions for QA position in FACTSET
Describe synchronization point.
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans