We developed 100 descriptive programms and put in running,
in the midle if any descriptive program is stucked with
some error? what will happend weather it will execute the
remaining prg's or it will terriminate ?
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
The scripts cannot continue, if there is any run-time error
in the script. It definitely terminate the script chain.
To overcome these run-time errors we generally use Recovery
Scenarios.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / tvsramakrishnachowdary
hello chandra sekhar one advice to u.there is no wrong
calling script as a program...ok...
let us suppose TE developed 100 desc prgms...with proper
exception handling mechanism(Recovery scenarios,ON ERROR
RESUME NEXT,EXIST-IF-ELSE stmts,ERR Object methods)then it
can't struck...
whether it is desc prg (or) normal code if one test is
nested with another than automatically problem will occur..
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / k.chandra sekhar
a) Hi friends that is the 100 programs of the scripts
but not descriptive programs
b) And one more advise tester always call the scripts
not program
c) 100 descriptive scripts not developed any terser,
that is only one or two objects not identify then only go
to the descriptive scripts
d) Ok the above question 100 scripts of the
functionally then in middle any problem the, we go for the
recovery scenario manager.
e) That is the handling the that problem the scripts
My name is k.chandra sekhar,
My phone no is 09246540049,
Hyderabad.
My mail id is ndra_143@yahoo.co.in
If any body want full explain send the mail
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / abhesheke
it is not possible the execution chain break but when
working we usually consider all the aspects which can effect
the script execution we use recovery scenario Test run error
option or on_Error_resume_next option
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / lakshman
Actively we don't know as the system is struked or not. How
you will think to give the on error resume next.It is
impossible, because we using to endtask process.After then
we will go to give the on error resume next or on error
next option.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / krishnachand
Yes it will execute all the programms continiously even
though any prog in the middile is have any error and it
will show in which prg there is an error n what is that
error at the end of the entire execution.
| Is This Answer Correct ? | 0 Yes | 1 No |
in qtp wha t is synchronisatin pt,what is the maximam time out
how qtp handles customised object
How to retrieve data from application objects?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
A web Page has 2 frames. Find out the number of weblist items in the second frame of the page.
what type of scripts are asked in qtp?
What r the different type of reports generated in Quality Center?
How QTP support all types of applications (platforms)?
Explain measuring transaction.
Explain the new feature of UFT regarding the export of test results?
How to use actions in qtp ?
how to retreive the xml file data through qtp.can anybody send script for this..