in how many ways you perform batchtesting?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sreeprasad
Another way to run a batch test is to accumaulate them in
the Test lab tab of TestDirector and run from there
| Is This Answer Correct ? | 0 Yes | 3 No |
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
what are the different u notice in betweem QTP version 8.2 and 9.2 and what is new in QTP9.2
When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..??
2 Answers DST Global Solutions,
In QTP if u got a defect , how to report to developer using Test director or Quality center .
What is the difference between QTP 8.2 and QTP 9.2
I want to clear the webedit field without using set"" in qtp script
What is the difference between Keyword Driven test and Data Driven test?
Do you have any knowledge about Business Processing Testing in QTP
How will you send values to a cell in a webtable using QTP?
What kind of errors can b handled in QTP in real time scenario?
Hello Everyone, I have a problem. QTP is capturing no action on a particular page in the application that I am trying to automate. But on the same side its working fine on other pages of the same application. Can someone please help me understand the reason behind this inconsistency.
Suppose Object name was changed in the application in the second build.I have just modified the name in the Object repository as changes in the Application. Is it possible to accure changes in the script accordingly? If so Suppose I am calling the script through function, Will the changes affect in the script(which is in the function)automatically? If not affected, tell me the solution,How to handle this. How should I change the object property name while using functions