How do u do batch testing in WR & is it possible to do in
QTP, if so explain?
Answer Posted / akshay kumar
You can use Test Batch Runner to run several tests in succession. The results for each test are stored in their default location.
Using Test Batch Runner, you can set up a list of tests and save the list as an .mtb file, so that you can easily run the same batch of tests again, at another time. You can also choose to include or exclude a test in your batch list from running during a batch run
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
How many types of Automation frameworks are there in UFT? Describe them.
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
How to run a test using quicktest professional (qtp)?
How to call a test from another test?
Where we use data driver in qtp?
How does quicktest professional (qtp) identifies the object in the application?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
What is Test Fusion Report in QTP?
How to use actions in qtp ?
How is the Bitmap checkpoint different from Image checkpoint?
What are the challenges u faced in testing with crm domain? How u overcome with?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
Is it possible to change the property value at runtime? How it is possible?