Diff. between keyword driven Data driven testing?
Answer Posted / nath .t
Keyword Driven Testing: In this testing tester interaction
is there at time of testing. we can give the values with
help of
Syntax:- Variable = inputbox("String")
Ex:- a = inputbox("Enter the value for A ")
In the above example a is the variable it's stores
the value at the runtime. and u can use this variable as a
parameter of any object at runtime.
Data Driven Testing: In this testing there is no
interaction of tester. here we can use datasheets or
frontend grids as parameters to the application.
We can get values from data sheets
Syntax:- variable = datatable("column name","sheet
name")
Ex:- empno = datatable
("employee_no","dtGlobalSheet")
In above example
Empno is variable
Employee_no is column name
dtGlobalSheet is Sheet name
we can use these variable in our application as a
parameter.
| Is This Answer Correct ? | 3 Yes | 18 No |
Post New Answer View All Answers
How to handle dynamic objects in quicktest professional?
Explain the concept of object repository?
write the vb script for call to new action in qtp?
What are the types of environment variables in qtp?
give me the code to save all messages of inbox of gmail into a folder and notepad
What is an optional step in qtp ?
How will you compare keyword and expert view?
Is it possible to switch between recording modes during a test creation?
What are the advantages of parameterization ?
what are the limitations of smart identification in qtp 9.0
What is CMMP and CMMH?
if our qtp vb Script may be Currepted then What we want do?
What are the steps involved in the recovery scenario wizard?
What is quicktest professional (qtp window?
How you can find length of array in qtp?