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 |
Tell us how to login into any site if it's showing any authentication pop-up for username and password?
When will you automate a test?
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
Tell me how could ajax controls be handled in webdriver?
8. How we test web based application
Anyone aware of Test Runner (ETL Automation Testing tool) if so please help me with material in keerthi.smile14@gmail.com
Do you support automated testing? Why?
What is data - driven automation?
What is the scripting standard while performing automation testing?
hi friends.....please help me...i have very ambiguity which one be selected between selenium or ETL-TESTING..
We have a testing assignment should be test in very short span.Do you think automated tests are the best solution for this type of scenario?
What is a xpath?