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
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
How does quicktest professional (qtp) identifies the object in the application?
How do client side image and server side image work?
What are the features supported by UFT?
Explain hybrid framework with advantages and disadvantages?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
What is the difference between byref and byval in qtp?
How can i initiate the objects to find uniquely in OR
Limitations in QTP?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
How to break the object spy ?
How to use conditional loops in qtp ?
banking project description for software tester
How to find array size in qtp?