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 |
hello everyone, can anybody please tell me what are the different recording modes of QTP, and where these recording modes are present in QTP 9.2. Thanks in advance, Gaytri
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
how to test Web application using QTP software
what is life cycle of automation testing ?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
Tell about descriptive programing in qtp8.2?
What are the factors on which script execution time is dependent?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji