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 the differences are and best practical application of Object Repository?
How to use descriptive programming?
Differences between text and test area checkpoints?
How many add-ins comes by default with quicktest professional?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
can anyone tell me from where i can download qtp demo or crack version
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
In qtp, explain what is qrs file?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Can you write a script to check if the folder exists or not?
What is ‘object spy’ and what is the function of object spy in qtp?
unique properties of button,edit box, radio button,check box?