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)
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / gabbar singh
CTRL+F7 SYNTAX CHECK. or click on syntax check icon
| Is This Answer Correct ? | 2 Yes | 1 No |
difference Between Call Run action and copy of action?
What is an environment variable?
What are the views available in qtp?
Hi, Am trying to download QTP 8.2 version.its not supporting Windows Vista.Can you please help me out from this.Which QTP version supports this. Thanks in Advance.
what are the files created after executing QTP script file, please specify the file names with extensions
Can we use index on view?
How to do Laod testing for web based Application?
What is obsolute path and relative path in QTP..? How to access them and what are the differences between them...??
will QTP accepts javascript?
How to use reporter.report event in qtp ?
i want to handle all the unwanted pop up through QTP i done that with recovery scenario but it need some title of pop up but i want that it should handle all the pop up even i don't give the title of that pop up in recovery scenario is there any general way to handle all the pop up please help
what is defination of intergration testing?