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 |
suppose our project is developed using java technologies.after complition of the coding developer relesed a build to the testing team.so, what is the process means how we open that documents?what are that documents?plz give reply its urgent
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
How to find a window is minimized or not
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
Explain advantages and disadvantages kdf?
Please any on explain usage of "on error resume next","On error goto 0" with sample code....Thankyou......... when a tester is asked to execute 100 scripts in a short time..(the server will be down in another 10 min)..how he has to run those scripts?
In qtp, how you can remove the spaces from string?
How to associate shared object repository to test in qtp?
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer
How can you write the scripts that operate on different objects depending on run-time information?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)