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



We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continu..

Answer / nagesh

Write the top of the script
"ON ERROR RESUME NEXT"

Is This Answer Correct ?    6 Yes 2 No

We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continu..

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

We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continu..

Answer / bikshu

ON ERROR RESUME NEXT is the best answer

Is This Answer Correct ?    3 Yes 0 No

We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continu..

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

We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continu..

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

We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continu..

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

We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continu..

Answer / gs

-"exititeration"
-"exittestiteration"


should do the job

Is This Answer Correct ?    0 Yes 0 No

We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continu..

Answer / josh ( wipro-blore )

I agree with nagesh :
use this.....

"ON ERROR RESUME NEXT"

Is This Answer Correct ?    0 Yes 1 No

We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continu..

Answer / sudeepthz

I think we can use the exception handler!!!

Is This Answer Correct ?    1 Yes 2 No

We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continu..

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

Post New Answer

More QTP Interview Questions

how can i use text check point in descriptive programming. or else is there any way to compare the text in the application and the text in data table.

2 Answers  


What are the different types of checkpoints?

0 Answers  


what is diff b/w function and action?

8 Answers   VSoft,


in order to start automation testing what we should require (entry level to automation testing)

2 Answers  


What are parameterizing tests?

0 Answers  






what is compiled module?

1 Answers  


terminal services client

0 Answers  


What is recovery scenario in qtp?

0 Answers  


hi i have one issue while selecting weblist i want show one particalur item in weblist .ex one weblist they are monday to sunday i want show the reporter like thurday in particular weblist can you help me about this thanks balaji

5 Answers  


Hi, My application is a web application which was developed by Java. In that application we have applets to do some operations. Is it possible to recognize applets using QTP? If yes, how? pls, help me this

1 Answers  


My Project is HOSPITAL CONTROL SYSTEM. In this MY testing modules are In-patient and Out-patient. plz explain those modules. i.e. How explain to Interviewer. with full details also . Waht types of bugs we can fond ? NOTE : IT is a web project plz urgent.

2 Answers  


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

0 Answers   ADITI,


Categories