what is batch run ?
Answers were Sorted based on User's Feedback
Answer / sriharsha
Batch run is nothing but running all the scripts at 1 time.
usually we create a file called GLOBAL and store all the
scripts.all the GUI's(in case of wr) will be stored here.
we have to call all the scripts in that gui file and run it.
very imp : all the scripts should be executed first aand
then put into batch.
next very imp : we have to change the settings as RUN IN
BATCH MODE
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / stl
The sequential execution of more than one test to validate
functionality is called batch testing. To increase
intention of bugs finding during test execution, batch
testing is suitable criteria. The test batch is also known
as test suit or test set. Every test batch consists of a
set of multiple dependent tests. In every test batch end
stage of one test is base state of next test.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / kondalrao
saved in qtp test in applications
in system qtp installed to click startbutton select
programs and go to qtp and select tools and open batch run
saved files in qtp this is open(executing) automatically
executing
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / guest
Batch run is completely different in QTP.
In QTP, here v do not require to call the tests by
scripting.
We can simply run them by selecting the required tests from
Test batch runner option and we can stop required tests
during test run and the results will be stored in their
corresponding result folders
| Is This Answer Correct ? | 0 Yes | 3 No |
what is the defference between QTP 8.2 and 9.0and 9.2? plz tell me
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
Synchronization methods?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
3 differences between QTP & Winrunner?
Hi, how can we check or avoid the memory leakage in QTP9.2?
What are the different types of checkpoints?
With out using the task manager,how to close the application using vbscript and what is the statement?
diff between wr and qtp in detail.
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
Is text area check point supports for web applications?
In qtp is it possible to check broken links of a page?