what time u r using data driven test in ur app"
Answers were Sorted based on User's Feedback
Answer / narender reddy
If u want to testing our application with different sets of
data then we can use DDT
During this test we can give postive data as well as
nagative data to the application
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / mercy
Data driven testing is done to ensure that the application
is tested with all possible sets of input including error
conditions and exceptions. We have done this at the
assembly or integration stage.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vinoth
In order to check your application by performing same
operation with multiple sets of data .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siva sankar
80% of the scripts have test data to automate, we go for
Data Driven Testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / noor
Data Driven test is used whenever values keep on changing,
i.e for dynamic.
| Is This Answer Correct ? | 0 Yes | 3 No |
what is difference between normal mode and fast mode?
Define virtual object?
How to handle Run-time errors?
Use of Multiple Actions in QTP?
Does QTP record on Objects created on XWindows Environment?
suppose by navigation i went from 1st page to 5th page write a script for coming from any page to the 1st page abd by executing where the page may be . it will come to 1st page give the code using gmail. give me mail id so that i can under this answer with out any doubt
how can you write a script without using GUI in QTP?
what is Compile Module in QTP? what exactly it contains Functions or Actions?
What is iteration? How it is related to Test Results in QTP
3 Answers Virinchi Technologies,
Hi, I have weblist which contains the data like Design change,admin edit and cost saving etc.. User doesn't know the values existed in weblist. Now the user has to select the right value from the list otherwise the test will fail. Pls help me "To select the correct value from the list"
Suppose i have some records in database now i want to use first 1000 records for one test and next 1000 to 2000 records for another test how can we do this just for ex oracle database pls tell me
Diff b/w Test Design and Test case design? What is the Design Review's and Code Review's. When will you conduct tese reviews?