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
How did you resolve conflicts present in Object Repository?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Explain the Different types of QTP test assets and their extensions?
How can you write the scripts that operate on different objects depending on run-time information?
diff between qtp versions from 8.5
How you know that a test case is a regression test case
What are the main differences of qtp and win runner?
Explain the benefits of quick test pro(qtp)?
Suppose I want fail that check point? How can you do that?
how to acess a test in RSA?
How do client side image and server side image work?
what testplan contents and what test strategy contents,what is the diff b/w them
How to find array size in qtp?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz