what time u r using data driven test in ur app"

Answers were Sorted based on User's Feedback



what time u r using data driven test in ur app"..

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

what time u r using data driven test in ur app"..

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

what time u r using data driven test in ur app"..

Answer / surendra

Hi Mercy,

Actually we are using Automation tools once the build is
stable na..then how it is possible to run scripts on
assembly or integration stage....

If i am wrong please correct me..

Is This Answer Correct ?    0 Yes 0 No

what time u r using data driven test in ur app"..

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

what time u r using data driven test in ur app"..

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

what time u r using data driven test in ur app"..

Answer / noor

Data Driven test is used whenever values keep on changing,
i.e for dynamic.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More QTP Interview Questions

how do you do database testing in qtp

5 Answers   NIIT,


Hi All Below is my script which i made for lgin into Flight.exe. SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe","","C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\","open" Dialog("Login").WinEdit("Agent Name:").Set DataTable ("p_Text", dtGlobalSheet) Dialog("Login").WinEdit("Agent Name:").Type micTab Dialog("Login").WinEdit("Password:").SetSecure DataTable ("p_Text1", dtGlobalSheet) Dialog("Login").WinButton("OK").Click If Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").Click datatable.Value(3)= "Incorrect password. Please try again" Dialog("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)="Please enter agent name" Dialog ("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)= "Please enter password" Dialog("Login").WinButton ("CANCEL").Click else Window("Flight Reservation").Move 309,146 datatable.ExportSheet "C:\Raj\Result.xls" ,1 Window("Flight Reservation").Close End If I want to capture the Message string from Dialog("Login").Dialog("Flight Reservations" Also pls let me know if this is the right way to do the script for login. Pls provide some script for login Flight.exe Thanks in advance Raj Dhiman

1 Answers  


suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?

0 Answers  


how can we preform retesting(DATA driven test) using function please gine the code for loginpage

0 Answers   W3 Solutions,


cud anybody please tell me the full form's of the extention files that we use in real time---.tsr,.mtr,.qrs

7 Answers   Symphony,






How will you load few objects in Active Screen?

1 Answers  


In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3

4 Answers   Broadridge,


Definationions for keyword view and tree view?

1 Answers  


for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process?

13 Answers   Logica CMG,


can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks

0 Answers   iFocus,


Explain runtime dynamic settings?

0 Answers  


How Exactly we can find out the INDEX No. of any object of an application when we test that application in QTP? Explain this by giving me the example of all LINKS of G-Mail (including home page, User-account page and all possible pages you ever seen in G Mail)?????? and if your answer is that as per appearance of objects(LINKS) in application we can find out the index number in application then tell me how you find out which object(LINK) having INDEX No. 1,2,3 and so on and how you say which object(LINK) is appeared first and which is last?

4 Answers   Infosys,


Categories