Answer Posted / mahaboob
Keyword driven frame work requires the developement of the
datatables and keywords,independent of the test automations
tool is used to execute them,Test can be designed with or
with out the application.
In keyword driven framework the functionality of the
application under test is documented in the tables and
aswell as the step by instructions for the test.keyword
framework contains the three components
1)keywords:keyword is nothing but the action performed on
the gui components.
2)Application map:it gives the named references to the gui
component.it is woeking as a object repository.
3)Component function:component functions are the those
functions which can be used for manipulation the gui
components.
bye
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can i initiate the objects to find uniquely in OR
Can we run multiple QTP scripts one after the other without manual intervention? How?
any body can you help me what is the script to automate an comand promt
what kind of frame work you used in your last project?
Which recording modes need more memory?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Explain the views in the QTP GUI?
How do you check ticket cost and ticket number in flight application?
which type of testing process are you following in ur company? how to recognize a qtp page?
Explain how you can find the absolute value of the number in qtp?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What is the Command used to start the QTP
What is difference between design time and run time data table?
How would you export a script from one pc to another in qtp?
what is stepin & stepout?