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
Hi all, Do anyone have the experience in PDF Document Automation using OLE objects and methods? If so suggest the best websites for source. Thanks :-)
VSTET (Visual Studio Team Edition for Testers) which is in TFS (Team Foundation Server) - In what way is VSTET better than QTP?
What are the disadvantages of Hybrid framework
What type of scenarios can't be automated?
What are the types of framework used in software automation testing ?
What are the advantages of manual testing and automated testing?
Tell me how a text written in a text field could be cleared?
Tell us how can you create html test report from your test script?
what is aom and how to add object repository? i am very new to QTP please help me
In Selenium how a test suit is run and report is generated.
What are different coverages in function testing?
What is Sikuli?
what is the difference between keyword driven frame work and data driven frame work.
whether flash selenium supports to test Gaming application? like follows: identifying the images, dynamic animations, Dynamic value changes field and win conditions etcc..,
Do you know what is a xpath?