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 |
Explain different types of checkpoints?
How to find RAM size by using QTP?
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me
Under what conditions would you recommend QTP for future projects?
Pls can anyone give me the descriptive programing script to find the number of edit boxes in a login window in flights reservation (windows application only not web). Pls anyone, very urgent
What are the common defects found in your project? (in qtp interview)
Hi, When iam trying to import sheet to the QTP Global data table at the run time using the Importsheet method.It is able to import the sheet but no data is present after the import due to which the test is failing.Could anyone suggest what should be done. When I open the actual excel sheet data is present and is not corrupted.
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
what is the difference between Table checkpoint and Database checkpoint in QTP
What is the Difference between current version of QTP and QTP 8.2. Pls kidly Anybody let me know. Thanks in advance.