hi radhaka plz tell me clearly to handle the earrors with
out isng recovery scnerio
this is sreenivas from delhi
Answers were Sorted based on User's Feedback
Answer / arun singh
by using if condition we can handle errror without using
recovery scenario. if u have still confusion let me know,
i will help u.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suresh babu m
Hi,
Depends on the functionality of the script, we can handle
the errors without using the recovery scenario.
| Is This Answer Correct ? | 0 Yes | 1 No |
How do you synchronization point through DP?
Hi, How to export the Checkpoints and Output values(Test area output values) from Object Repository to Excel
What type of VB script u had done in expert view?
actuall wat my doubt is:while doin regression testin we enter all +ve & -ve data....system has to accept +ve and reject -ve data.in such case we get a popup window sayin that wrong entry...now i wan to overcome this popup window..how do i go further....plz explain.i tried thru rec.scenario but of no use.
how can we compare descriptive programing with a regular expression
HOW MANY WAYS ARE THERE TO CPY TEST IN TEST LAB
What frame work ur using in QTP in ur current company?
There r 1000 rows and 1000 coloums , in that I want pickup a name of the coloumn , pls dont say in sql statements , in interview one of the interviewer said it was a wrong answer pls any send me answer its urgent
How to create basic scripts from a manual test case in QTP?
What is a quick test professional?
What is the life cycle of QTP? Pls Give me Exact answer?
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.