HOW TO DO THE BATCH TESTING USING QTP?
Answers were Sorted based on User's Feedback
Answer / brahma reddy
go to tools ,options and select the tet batch runner and
select the scripting functions one by one by keeping it in
wait mode and execute it.
Is This Answer Correct ? | 16 Yes | 5 No |
Answer / kirankumar.y
go to start button
-QuickTestprofessional-then tools-select test batch runner-
and select your scripts after geting all scripts start
execute it any clearification kumarkiran.y@gmail.com
Is This Answer Correct ? | 8 Yes | 5 No |
Answer / shankar prasad
Hi,
you can use Multi Test Manager its a mercury tool for batch
run
Is This Answer Correct ? | 5 Yes | 4 No |
Answer / sarika
Sorry this is not an answer :)Kumar I could run my tests
one after another but did not get any test report for any
of the tests.Could you please tell me how to get results
for all my tests?
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / babji
Generally in our company we won't encourage to use batch runner tool,because it has some limitations.
so we are using DriverScript only....
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ha
executing number of scripts continously at a time is konwn
as batch exection or batch testing.
navigation:start->programs->qtp->tools->test batch runer.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / rayudu
after completion of your scripts execution thru Batch
runner, open that particular test script, then go to
Automation--->Results, then you will get results(file--
>open test results like resxyz).Through Batch mode, we can
not see the entire results at a time.
If above is the answer what is the need of Batch run.I can
call the reusable actions one by one.I will get all the
actions results.Why should I use batch run mode.Tell me the
correct resion for batch run.If I want to see the results
of every called scripts in Batch run how it is possible?
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / narendra
after completion of your scripts execution thru Batch
runner, open that particular test script, then go to
Automation--->Results, then you will get results(file--
>open test results like resxyz).Through Batch mode, we can
not see the entire results at a time.
Narendra
Is This Answer Correct ? | 0 Yes | 2 No |
How do u write a regular expression for date (dd/mm/yyyy) field ?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
How many check points are there in QTP and what are they?
what are the different Frame Works in Quick Test Proffessional testing
anybody give me the real time example for descriptive programming of web application
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..
what is diff b/w function and action?
How to switch between browser tabs? )moving from one tab to another tab)
What are the different attribute used with regular expression?
Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com
Add parameters during time in each row in one column