What is error handled other than recovery scenario manager?
Answers were Sorted based on User's Feedback
Answer / kumar
"On Error Resume Next" statement is one of the Error
Handling script other than Recovery scenario manager.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravi_kanakam
QTP supports error handling by using "On Error" statement.
Is This Answer Correct ? | 1 Yes | 1 No |
what is the purpose of QTP?
Define Canvas view of UFT?
If already everything is tested using White-Box testing, then what is the need of using Black box testing?
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position part2:maore than the answer for this question i want the the reason why testers go for this kind of risk.what is the use of we testers having these kind of attempts.is that not the problem with the developer .pls answer .real time users of tools.in which way these solutions help to test with r without affecting the developed souce code.
where we save the scripts created in one project?
Can I compare two DataBases using QTP ?
How to retrieve the property of an object?
suppose u have two send buttons(same width,height,font) on an application write a descriptive programming
Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com
write vbscript on veb applications in qtp with exapmles?
How to use the object spy in quicktest professional 8.0 version?
what r the send key commands in QTP why they r used