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 can i check items sorted or not in a weblist ? Give me the script for this...
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
What is the basic concept of quicktest professional (qtp)?
how can i call function (which has link with excell sheet at a remote location) within another function
What is the difference between per-action and shared?
How to suppress warnings from the test results page?
What are the Application Functions available in QTP?
Which scripting language used by quicktest professional (qtp)?
Can any body please tell me the steps of keyword driven framework of QTP.
How can you exit from an action?
What are the different recording modes?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
Analyzing the checpoint results?
How can you give wait up to 10 seconds in qtp?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?