Explain the Keyword View ?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
•The Keyword View is comprised of a table-like view where
•Each step is a separate row in the table and
•Each column represents different parts of the steps.
•Item Column contains the item on which you want to perform
the step. This column uses icons displays the hierarchy of
the GUI object on which operation is performed
•Operation Column contains the operation to be performed on
the item.
•Value Column contains the argument values for the selected
operation,
•QTP automatically documents each step for easy
understanding in the Documentation Column
•These 4 columns are default but you can also use
assignment & comment columns in Keyword View
•That’s all to the Keyword View
•Lets Compare the Keyword and Expert View using Step no 2
from our script. You will observe that the same object
hierarchy is displayed in both Expert & Keyword Views and
they map to the same operation and argument value.
•Essentially , Keyword & Expert view contain the same data
but arranged in different format.
•In fact you can perform all operations like create ,
modifying a step .using the Keyword View but to gain
mastery over the tool we will restrict ourselves to the
Expert View
K,byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
In my script there is a link(e.g. 'My Page') when I execute the script sometimes(not every time) QTP throws an error that "My Page(as link)" not found. Pleaase tell me where I need to update
What are the ways you can synchronize?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
What is AUT in object reposity in QTP? Why we use it in Object repository???What is full form???????
Which environments does qtp support?
How to compare source and target database in testing? Can anybody please tell me in detail the procedure how to compare it?
h u call the function
This is the script generated by qtp plz can anyone write the same script using descriptive programming plzzzz guys do answer. Browser("orkut - login").Page("orkut - login").WebEdit ("Email").Set "rgovard" Browser("orkut - login").Page("orkut - login").WebEdit ("Passwd").SetSecure "47525d8be4926ea2f6e96b9a3f7472b6ae38" Browser("orkut - login").Page("orkut - login").WebButton ("Sign in").Click Browser("orkut - login").Page("orkut - home").Link ("Logout").Click Browser("orkut - login").Page("orkut - login").Sync Browser("orkut - login").Close
what is the difference between link and hyper link?
what is the difference between the modular framework and datadriven frame work
How to invoke Mozilla from QTP thru VB Script