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 |
write the regular expression for date format of mm/dd/yy?
10 Answers CTS, HCL,
what is diffrense between action and function
How to test a web application using QTP?there is no any .exe file in web app,then how we can take the application for testing
If I change the object name in one action will it be updated in all the actions? Or not?
Pls let me know completely about descriptive programming, where it is used, pls explain with a real time example of its occurence and the program code written in qtp.
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??
Hi all please solve this.It is urgent..... When I right clicked on a Web image manually It displayed Open link,open link in new window,save picture as, Email picture,Printpicture,propeties...etc. While automation I have written a code like this 'browser("Google").Page("ramseeker®: Memory and_3").Image ("graphOfModel").Click 10,10,micRightBtn But the right click menu was not displayed. I want to save that image in a seperate folder
Is QTP supports Unix. If yes, then how the test automation is done?
How to remove the associated function library?
how will we run batch tests in qtp what is the process to run the multiple test sets?
What are the key points to create a framework in QTP for oracle forms?
Plz explain about object propeties in object identification? means.. explain about 1. mandatory properties.2. assestive properties 3. ordinal properties.