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 ? | 19 Yes | 20 No |
Post New Answer View All Answers
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
can u please explain what is the exact difference between qtp8.2 and 9.0
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
assume i have few url link how will i dynamically call then using descriptive programming?
Dis advantages of XML checkpoint ?
what is vmodel?advantages and disadvantages of vmodel?
what is the difference between the modular framework and datadriven frame work
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
How to use descriptive programming?
How can you exit from an action?
How to run a test using quicktest professional (qtp)?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
How to customize qtp?
how can we do the frame work in qtp