in my application i am getting different errors at same
place. how i capture that errors using less code in qtp.
Answer Posted / saff
include this code in ut script
on error resume next
print "err.number & err.description"
err is a predefind varible
we can retirve the numebr and decripton of the erro occured
by using number and description properties on err
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of manual testing and automated testing?
How to check if an element is visible on the page?
Tell us how can we handle web-based pop-up?
why we cannot apply check points in compile modules?
Mention a few good practices while performing automation testing.
How you report bug in to bugzilla
Why do you want to keep this kind of information in a separate file and not directly in the code?
What is the scripting standard while performing automation testing?
Hi All, Is there any free automation tool for windows application and it's easy to use? I usually take a lot of time to regression test my application when there is a new build on live environments (about same 10 environments) I wish I know a automation tool to regression test and ofcourse it's free, easy to use (maybe using C#) Could anybody can advise to me a tool like that? I very appreciate ^^
What is a critical bug in a testing field?
What kind of tests should not be automated?
Explain me how to check if an element is visible on the page?
I am new to Test Complete ,can any one suggest me the steps to create/Record and replay a test in Test complete 6....
What is the purpose of deselectall() method?
What are the most popular tools for automation testing?