in how many ways you perform batchtesting?
Answer Posted / santhosh
We can do batch testing by using "Test Batch Runner"
Navigation:-
start->programs->QuickTest Professional->Tools->Test Batch
Runner in that again Batch->Add, Now add the QTP scripts now
goto Batch->Run to run the added QTP Scripts
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the script for database check point, bitmapchek point, regular expression ?
How qtp recognizes the object?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
What is the XML file architecture ?
Can we Test Welcome Screens and Process Images with QTP
The hybrid framework can be implemented for any application. Is it true?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
What are the differences between quicktest professional and winrunner?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
What is contained in the object repository?
What are the disadvantages of recording test cases in qtp?
Explain hybrid framework with advantages and disadvantages?
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
What is accessibility check point?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one