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 |
can we run the scripts of qtp 8.2 in the qtp7.0?
Why a framework is needed?? Plaese post your answers ASAP
How can we add regular expression for date field (dd/mon/yyyy)?
Hi all im having a pop up validation browser which is 20 in number, i want to close those similar pop browsers one after the other, is there any specific code for that? i tried by giving creation time & putting in a loop but it dint work? valid working answers will be greatly appreciated
How many function you use in your application?
What is the default object synchronization timeout in qtp?
how can u put synchronization point in qtp,wat is exactly synchroniztion why we use it wat is benifit in qtp
13 Answers College School Exams Tests, Mind Tree,
how to test Web application using QTP software
hw to create a frame work in qtp..what are the basic steps
Hi Currently am using Qtp 10.0 Lisenced product.. but when am adding objects to object repository from google page it was identifying as windows objects.. please help me!!!
what is Defect density, defect leakage, defect age,latentbed,yasid testing, interface
Consider a scenario where there are two action sheets say action 1 and action 2. Can Action 1 take values from action 2 data sheet or vice versa. If so, how?