1. how can you handle exceptions without using recovery
scenario?
Answer Posted / pankaj sharma
We can also use cases if the points where error is suppose
to throw .
like
if Err.Number = 12 then
systemutil.closeprocessbyname "processname"
call function()
end if
To discuss more about this or some other topic please visit
http://quality2deliver.blogspot.com/
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are advantages of test automation?
what function you write to do database testing with the help of qtp?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Should have experience in framework means?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
explain abt dyanamic changing object with example?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
what is description object?
what kind of frame work you used in your last project?
Limitations in QTP?
Explain about the test fusion report of quicktest professional?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
When using descriptive programming?
How would you directly trigger javascript in a test?