What information do the columns in the Keyword View show for each step?



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

Post New Answer

More QTP Interview Questions

What are the properties you would use for identifying a browser and page when using descriptive programming?

0 Answers  


results.xls file is automatically generated while running the script in QTP.But it is showing error to open the file

1 Answers  


What is All object and Local object in Object Repositary? Explain me please.

3 Answers  


How many ways we can parameterize data in quicktest professional?

0 Answers  


Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???

1 Answers  






How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.

4 Answers   Arsin Systems,


Read excel using qtp descriptive programing

2 Answers   TCS,


Cn u please clarify my doubt Where are micTab and micReturn used.Thanx in Advance

2 Answers  


When it be decided to go for either Per - Action or Shared?

2 Answers  


How to switch between browser tabs? )moving from one tab to another tab)

1 Answers   CTS,


I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

0 Answers   Accenture,


What is QTP?

3 Answers   Crea,


Categories