Difference between keyword driven test and DDT?
Answer / kumar
Keyword driven testing: It is process in which we can
perform multiple functionality's one after another by
invoking them through keywords....
Suppose : Add()- to perform addition of numbers.
Login()- To login in to the application.
DDT: The tests conducted by passing multiple values to the
variables through scripts and analysing the results.
Usually testdata is from external excel sheet...
Hope this clarifies your query.
| Is This Answer Correct ? | 1 Yes | 1 No |
What frame work ur using in QTP in ur current company?
WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST DIRECTOR USING MANUAL TESTING PROCEDURE?
wht is Driver in Integration testing. Anubody can answers it
Could you please any body help me.for example in web table in the first row and first column there are 3 links like l1,l2,l3 having indexes 0,1,2 but second time links will change their order like l2,l3,l1 and indexes also changed how can we handle this situvation with script....
How to Start recording using QTP?
How do you move objects from local object repository to shared object repository???What are methods?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
What is the difference between "call to action" and "call an existing action"
9 Answers Accenture, Yana Software,
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.
Where you get the run time data table?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.