in my application i am getting different errors at same
place. how i capture that errors using less code in qtp.
Answer / 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 |
is there any Rational Functional Tester certification questions available?
What are the main differences between Loadrunner and QTP tools? Describe briefly a "real world" scenario that would make you use the first one versus the other? Thank you for your answers....
suggest me the free online books on software testing?
what are categories in step generator?
Can we find all links on a web page?
How can we make one test method dependent on other using testng?
How could the web element attributes be inspected in order to use them in different locators?
Hello, I am interested to make a career in software testing. I am searching for a recommended book in Automated Testing tools which covers winrunner, loadrunner, qtp and test director....Please advise recommended books which is a good text book for learning software testing.
6 Answers DELL, HP, Sierra ODC,
What is junit? And what is junit annotation?
Tell us what you know about table-driven testing?
Could someone educate me on automation testing process followed in a company. I have a vague idea, but i need concrete answers. And thank you all in advance.
Is automation testing a black box testing or white-box testing?