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 |
write vb script code to delete the duplicate values in an array.
Lets say,flipkart website...in search button we have entered category[i.e watches] it displays some items...question is how to test price displayed each product is correct or not through qtp
There is a name "AJAY" how do u count no.of. "A" in that name ?
i m tryed to use qtp in a user registration form but at the "image enter"part it gives a error when i run the qtp bcz the image is changed every time so it gives a error when i use regukar expreesion fot this it still gives a error value bcoz it reads the image code bt nt reconige the image which i enter in the image verification text box.so hw can i automate qtp for this function.plz give me a answer
Plz explain about Virtual object? What is the situation u r using , explain with example?
Hi... Can anybody help me to write the vbscript for this question..!!! Am having a string "HELLO WORLD", i want to find how many "L"s are there.....????? --> HANEEF <--
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
if Object repository contain x and y properties. we do not know whether they are mandatory or assistive properties. While executing the script qtp will use both the properties or only sufficient properties to identify the object. It means it use OR (or) AND
when do we write a script in qtp?(plz give me more then 2 reasons)
How to add check point?
3.How to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.