What is throw object?
Answer / g
I think, it is used for Error Handling.
In vbscript, the related code is -ON ERROR RESUME NEXT.
By creating Recovery Scenarios, we can handle error.
But, in Real-time 90% people don't use These Reco.Scenarios.
Instead they use VBScript to take the error, and then write
the Descrepency into a xls file.
Protect Hindu Culture from Pseudo-Securalists, Other
Religious Fundamentalists.
Support BJP, RSS.
| Is This Answer Correct ? | 3 Yes | 0 No |
hi testers,one script has three actions , at the of running three actions are running , how to set run only perticular action and what is the use of split the action? when it will be useful?
Is manual Testing replacement of automation testing?Which types of testing we can not do in automation testing but can do in manual testing?
HOW TO DO THE BATCH TESTING USING QTP?
How can we export test results to an excel sheet in QTP??? Can any one provide sample coding for this?????
What is a Patch in QTP?
How should i find out whether the cursor is moving horizantally. when tabbing continuously
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
my assignment is,how can i differentiate between readed & unreaded mails in my inbox ?, since for both readed & unreaded having same properties for both test objects &run time objects
what is smart identification?
Explain how Selenium is different from UFT?
what is run-time object in qtp? explain with example?
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me