WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST
DIRECTOR USING MANUAL TESTING PROCEDURE?



WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST DIRECTOR USING MANUAL TESTING PROCEDURE..

Answer / lll

function Example:
functin add()
x=1
f=1
c=x+f
add=c
end function

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Why bpt?

0 Answers  


how will you load the test cases in ddt?

0 Answers  


Hi I have a doubt in qtp. Can you please clarify my doubt. If we are importing the data from excel sheet in qtp the the script is running the number of row times. I mean if there are 4 rows in excel sheet the script is running 4 times. cant we avoid this. suppose i have tis script: datatable.Import "C:\Documents and Settings\sailaja\My Documents\login1.xls" n = datatable.GetRowCount For i =1 to n systemutil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe" datatable.SetCurrentRow i Dialog("Login").WinEdit("Agent Name:").Set DataTable ("Username", dtGlobalSheet) Dialog("Login").WinEdit("Password:").Set DataTable ("Password", dtGlobalSheet) Dialog("Login").WinButton("OK").Click Window("Flight Reservation").ActiveX ("MaskEdBox").Type "020209" Window("Flight Reservation").WinComboBox("Fly From:").Select "Frankfurt" Window("Flight Reservation").WinComboBox("Fly To:").Select "Los Angeles" Window("Flight Reservation").WinButton("FLIGHT").Click Window("Flight Reservation").Dialog("Flights Table").WinButton("OK").Click Window("Flight Reservation").WinEdit("Name:").Set "Sailaja" Window("Flight Reservation").WinButton("Insert Order").Click Window("Flight Reservation").WinMenu ("Menu").Select "File;New Order" window("Flight Reservation").Close next I created a excel sheet with 3 rows and 2 columns. (username and password). The script is running 9 times. I made the option run one itaration only . eventhough it is running 9 times .can u plaese clarify my doubt. Thankyou Sailaja.

3 Answers  


How many add-ins comes by default with quicktest professional (qtp)?

0 Answers  


what is the qtp objects?

0 Answers  


what is web application and client server application.is there any difference ?

1 Answers   Wells Fargo,


What are the points to be taken into consideration while doing desktop testing?

1 Answers   Cap Gemini,


How to supress warnings from the "Test results page"?

3 Answers   Crea,


What are the types of object repositories? Which one is you using?

0 Answers  


Can we continue functionality testing without framework?

4 Answers  


What are the methods used in UFT to handle exceptions or run-time errors?

0 Answers  


I have a string "Redfort is in Delhi" how do u write vbscript for " Delhi in is Redfort"

4 Answers  


Categories