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 me the fundamental difference between xpath and css selector?
How to capture Dos Promote data in text file? in that how to find particular String ( window )? in VB scrpting
Where can i get professional course on web services testing in hyderabad or bangalore
Any one knows an Institute in Hyderabad where "Robot Test Automation Framework" is taught? Please email me: test.kvrm@gmail.com
I want a code for a following item in TSL Language. Look up a person in database, If not found, add person to the database.
What is a framework for automation testing?
Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
What are principles of good testing scripts for automation?
Do you know when autoit is used?
What are the limitations of automating software testing?
Tell us what automation tools could be used for post-release validation with continuous integration?
Can you explain me what is object repository?