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
Tell us what methods of robot class do you know?
Elaborate the fields in bug report in automated testing
We have a testing assignment that is time-driven. Do you think automated tests are the best solution?
How could the web element attributes be inspected in order to use them in different locators?
Tell me how could ajax controls be handled in webdriver?
What is an automation testing framework?
Why automation testing?
What type of scenarios can be automated?
Kindly let me know how to setup JMeter for functionality testing of a Web application.. The apache help doc is good but i m little confused with it... :(
What all things can you automate?
Tell me how can we find the value of different attributes like name, class, value of an element?
what types of documents we need to write the nonfuntional test scripts?
Can you achieve 100% automation?
how to use regular expression in Test Complete Functional tool
How to select an automation tool best matched for your project?