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 |
What is the Diff between Image check-point and Bit map Check point?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
in which situation u will use recording and in which situation u will used to write script manually
I open login gmail page after that QTP is not able to identify the object present in it then what u will do
how can u put synchronization point in qtp,wat is exactly synchroniztion why we use it wat is benifit in qtp
13 Answers College School Exams Tests, Mind Tree,
We have a text file which contains 1 to 100 numeric values sequentially like 1 2 . . 100 Now we have to count them and transfer to XML file by writing a code in qtp.
in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) bit how to test either script or any automation plz explain? (Chandana)
How to retrieve the property of an object?
What are the Disadvantages of shared object repository?
what is output parameters in qtp?explain? 2)
what is mean by soi in object identification
what r the send key commands in QTP why they r used