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
explain structured testing? plz guys with exp. do answer
Object repositories types, which and when to use?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
What are the features and benefits of quick test pro (qtp 8.0)?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
What Folder Structure following in Keyword Driven Frame work?
On what document base Descriptive programming is written if build is not yet ready ?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
Does Low-level recording capture mouse movements?
What are benefits of qtp?
what is command for executing files?
Explain the differences between table and db checkpoints?
any body can you help me what is the script to automate an comand promt
How to check feasibility of the appliction?in automation testing?
Why we load add-ins in qtp?