how can u find the syntax errors or other script errors in
your test during the execution of your QTP Test - (i.e.,
not after the execution/test run finished, but before
finishing the test run)
Answer Posted / nath t
we can findout errors before finishing the test run by
using Err Object.
Example:
On Error Resume Next
Err.Raise 6 ' Raise an overflow error.
MsgBox ("Error # " & CStr(Err.Number) & " " &
Err.Description)
Err.Clear ' Clear the error.
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what is meant by source control?
could any help me please, how to work on visual foxpro application using UFT
How do you send email with attachment from outlook using qtp ?
Is it possible to call from one action to another action in qtp?
What is keyword view?
What is object spy in quicktest professional?
Without using gui map editor we can recognize the application in winrunner ?
Object repositories types, which and when to use?
who QTP recognizes the object stored in object repository?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
Does QTP run in any environment?
how did u use automating testing tools in ur job?
What environment does qtp run in?
what is the structure for the data driven framework
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page