what is keyword driven testing
Answers were Sorted based on User's Feedback
Answer / swetha
testing that is driven by keyword is keyword driven testing
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
what is Unicoad Compatibility ???? HOw does this makes a diffrence from Winrunner.???
1)what is the quality process in QTP? 2)how to add the .tsr file in qtp through scripting?
I have application it is one digital clock with all minutes and seconds. you have to identify the time to verify weather the time displayed is correct time or not? How do you automate this scenario?
What is Descriptive Programing? In which cases, we will go for descriptive programing?
How to check which add-ins are associated with a test in qtp?
We have opened three browser such as Facebook,Gmail,Amazon,I want to generate the script of Login of Amazon application, but while adding the object such as edit box(user id,password) in OR is not added.Could you please resolve my issue
how to test Web application using QTP software
what are the mandatory and assistive properties of objects in QTP?What is attached text?Plz assist me with proper answer.
How you used DDT in QTP?
1)Difference Between Value & RawValue?
Both static and dynamic arrays are handled by the vb script. Is it true?