How do u do batch testing in WR & is it possible to do in
QTP, if so explain?
Answers were Sorted based on User's Feedback
Answer / pavi
it is possible to run test batch in QTP,the option is
Programs->Quick test professional->Tools->testBatch runner
then it will open test batch runner window then u have to
add the test that u want to automate for qtp tool,how to
add the tests is..
File->New
Batch->Add
like that u can add,what ever the test u want to automate
Is This Answer Correct ? | 1 Yes | 0 No |
By writting CAll function in We runnur u can run the Batch
files.
In QTP we had an option of Batch Run
Example got -> starts -> Programs -> Quick Test Pro->
Tools -> here we ahad Batch Run ,Scilent Run
Click on the Batch Run a window will pop up add the
necesaary files and click on the run
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / barun choudhary
Batch Testing in WR is nothing but running the whole test set by selecting "Run Testset" from the "Execution Grid".The same is possible with QTP also. If our test cases are automated then by selecting "Run Testset" all the test scripts can be executed. In this process the Scripts get executed one by one by keeping all the remaining scripts in "Waiting" mode.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
What are the key elements available in test result window?
What is the difference Between LowLevel and Normal Recording Modes?
What the differences are and best practical application of each.
what is smart identification in qtp? pls any give details? thanks in advance
Explain about invoking of application?
QTP identifying the child tabs in a maintab like tab_1,tab_2,tab_3,tab_4 while using a for loop for these tabs.its not proceeding from _1 to _2. How can i use "for loop "
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
give me an example where u used good judgement and logic in solving a problem
How can i initiate the objects to find uniquely in OR
what is test data
How do I modify a value of an elemnt which is not the first one in xml file? My sample XML file is like: <Environment> <Variable> <Name>Name</Name> <Value>Uday Kumar</Value> </Variable> <Variable> <Name>Designation</Name> <Value>Senior Software Engineer</Value> </Variable> </Environment> for example, I'd like to change the value 'Senior Software Engineer' to 'Student' in the second element. How do I do it in QTP?
Explain types of output values?