when i am running login page i got test run error? Please give
me the script to handle run time exceptions. It's urgent for
me.
Answers were Sorted based on User's Feedback
Answer / ramana vanteru
Hi,
i dont know what exactly the error is, but what i can
suggest you is: use "On Error Resume Next" to handle
runtime errors.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / subasish nayak
in qtp we can handle run time error by two methods.
1.Recovery scenario
2.On Error Resume Next
Recovery Scenario is QTP internal Features
where as On Error Resume Next is the vb script features.
Is This Answer Correct ? | 3 Yes | 0 No |
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
Explain about Test Fusion Report of QTP?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
What is the present version of the VB Script we are using
how you have used object libraries? plzzzzz do answer
What are the different ways to invoke an application using QTP?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
how can i replace any text from the qtp script with some anothere text
How to find the length of the string in qtp?