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
Do you know how to check if a button is enabled on the page?
Tell me what is the firefoxdriver, class or an interface? And which interface does it implement?
Which package can be imported while working with webdriver?
Hi I need the following information about JMeter 1) How many(max) threads(users) can hit the website using Jmeter? 2) How long(in hours) can we run Jmeter for stress test? (Is there any “Memory full” issue if we run for long time?) 3)What typeof sampler to use for clicking on the link?
What is extreme programming and what has it got to do with testing?
How do select which automation testing tool is the best for you?
Differentiate between hdam and hidam database?
Is automation testing a black box testing or white-box testing?
What is the difference between close and quit command?
How could the web element attributes be inspected in order to use them in different locators?
why should we choose VSTET(Visual Studio Team Edition for Testers) and not QTP?pleas give me the reasons for "WHY" we have web and client server app, supports power builder and on windows OS so this is the background of tech and envir things we have and now VSTET is good to use or not? if "NO" then tell me why
hello frnds this pooja i hav started working on selenium with java ecllipse frnds could u tell me how to handle popup windows and security alerts i m jst trying and couldn't do anything plz help
What factors determine the effectiveness of automation testing?
What all things can you automate?
WHAT IS TEST SCRIPT AND HOW DO YOU CREATE IT?