How to handle Run-time errors?
Answer / ramyab.mca@gmail.com
Hai....
On Error Resume Next : causes execution to continue with
the statement immediately following the statement that
caused the run-time error, or with the statement
immediately following the most recent call out of the
procedure containing the On Error Resume Next statement.
This allows execution to continue despite a run-time error.
You can then build the error-handling routine inline within
the procedure. Using "Err" object msgbox "Error no: " & " "
& Err.Number & " " & Err.description & " " & Err.Source &
Err.HelpContext
K,Byeeee.....
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 2 Yes | 1 No |
How do u write a regular expression for date (dd/mm/yyyy) field ?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
How to modify the text checkpoint?
w is active screen
Suppose there are 100 links in a web page and the number of links will be changing dynamically from time to time. I need code such that every time i had to click on the last link of the web page.
How u execute test cases in manual testing?
How to Set the Global Sync Timeouts in QTP?
Can abody explain me Send keys concept
How to Test the mainframe application?(tell me few basic things)
types of output value in details.
How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies
what is Compile Module in QTP? what exactly it contains Functions or Actions?