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 |
Few basic questions on commonly used Excel VBA functions.
how to lunch the application in the qtp tool ?
is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
IF application is a Java-based application means 2 0r 3 tier application. How the script will be in QTP. pls kindly give some sample script.
suppose u hav a dialog or window which contains 10 buttons with same name & value. now how to check each button? i.e. how qtp indetifies these objects separately?
How can we call Winrunner functions from QTP?
vb script for calling one function to the another function
How is test case write?
WHAT ARE THE SHORTCUT KEYS IN QTP?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks
Is manual Testing replacement of automation testing?Which types of testing we can not do in automation testing but can do in manual testing?