We have 10 rows in datatable at runtime we get error at 3rd
row ? what is the procedure for continuing same test from
4th row on wards?
Answers were Sorted based on User's Feedback
Answer / nagesh
Write the top of the script
"ON ERROR RESUME NEXT"
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / ycy
Go To File->settings->Run Tab->
select the "proceed next action iteration" in the list box
when errors occur during run session.
Just try it it may be work.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / swarup
There was a method in QTP to continue from the next step
once U got the error
(OR)
Prepare the Recovery Manager file depends on the req.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / veda
i think it is possible using the recovery scenario mechanism
at the Post Recovery Scenario we have to select the options
from which point on wards we have to run out test.
i answered this one but intervier says wrong ,
if u know the answer give me reply
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / alliance info
By using Recovery Scenario Manager it is possible. suppose
there is error in 3rd line for that there is a error msg box.
we will post that msg box by using recovery scenario. so if
error msg box is displying, by default it accepts and go to
the next line.
For Recovery Scenario Manger extension is .qrs
tools>recovery scenario manager>new>.............
in case u r not select the add to current test in the
recovery manager then we will go for
test> properties> recovery>add(+)>ok
if there is any error ply tell the ..............
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gs
-"exititeration"
-"exittestiteration"
should do the job
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / josh ( wipro-blore )
I agree with nagesh :
use this.....
"ON ERROR RESUME NEXT"
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / curioustester
You have to go to the settings tab and in the run settings
reduce the time that the system shouls wait before it goes
to another iteration (2000 by default) and uncheck nthe box
for popup window when there is error.I am not having qtp
access as i speak so i gave a rough idea.
Is This Answer Correct ? | 0 Yes | 2 No |
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
whenever a scenario is recorded ever, it creates a object repository automatically (‘per action’ /local ). we do not need to make them individually…then why we need a shared object repository. How it will be practically utilized ?? your input will be highly appreciated..
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
how can i prepare for QTP(8.2) to face interview ? give over view details?
For Usability testing, which is preferable Automation or Manual?
Can I compare two DataBases using QTP ?
How to retrive XML file data in QTP ? using Script(Chandana)
There is a very good institute for Automation Testing using QTP.For more details please visit jbslearnings.com.
hi all need one help . i want scroll down and up but thing the holl page is taking webtable. i need to scroll down and up using scroll tab any bodu knows plz help its urjent regards balaji
How you automate testscripts one by one or moduelwise or all at once
What is Descriptive Programing? In which cases, we will go for descriptive programing?