Please explain me in detail! How to handle runtime errors
in QTP useing recovery senario or with out scenario
Answer Posted / sathish reddy
Hi friends
We can also Stop the error by using below lines
MsgBox ("Error # " & CStr(Err.Number) & " " &
Err.Description)'this lines given the error number and
Description
Err.Clear 'this will clear the Error
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
How to associate shared object repository to test in qtp?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
What are the advantages of Object Repository?
what is the diffrence bw qtp architectute and qtp framework?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
what is the difference between development and testing
Is qtp supports uni-code?
What is the script for database check point, bitmapchek point, regular expression ?
Explain the concept of object repository?
What is action split and the purpose of using this in qtp?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script