What is event handling in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
this q asked in applabs, q is: QTP should open google.com page and enter "qtp" in one edit(search) box and click search and should open google.com again and enter "job" in edit(search) box and click on search. I tried this but getting error "Edit(search) box matches more than one object", could anyone this question plz..
How will you release the memory acquired by an array variable in vbscript?
How will you format a number in percetage format in vbscript?
how do you make the variable declaration mandatory?what is the use of "option explicit"?
What is the output of a + b in vbscript if a = 5 and b = 10?
Explain the difference between POST and GET Method.
How can I get the value of an object property or variable in another frame?
What is vbscript language used for and which earlier language is it modeled upon?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
How can you fetch the value of a cookie?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
I am running a windows based application.While running the script on QTP ,The Application pop-up an Error Message as "object Disabled" in two different scenarios Scenario 1-->The Application pop-up up a Message for Max Session Reached(as the application is set to hold 2 session and if if crosses the pre-defined limit then the error message pop-up) Scenario 2-->When Network connectivity is disabled the Application screen gets greyed out in colour with no operation possible. Now through Exception handling features in QTP ,we need to do the following For Scenarion 1-->Through Exception handling we need to just accept the Message pop-up in the Application and and resume with the call function as is for Scenario 2--> Through Exception Handling featutes on QTP we need to shut down the client , restart the client and resume the call functions as it is Note: The Application returns an Error Message as "object disabled" in both the cases i.e for pop-up message and when the Apllication getting greyed out due to Network failure how can we enhance the script in such a way that for the same error message retured by the application in two different and how to handle them????