HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?
Answers were Sorted based on User's Feedback
After an object is used the object has to be made empty so
that the memory used by that object is released and it can
be instantiated and used again. So we create an empty
object
Dim obj
Set obj = CreateObject("InternetExplorer.Application")
obj=Nothing
| Is This Answer Correct ? | 3 Yes | 1 No |
After an object is used the object has to be made empty so
that the memory used by that object is released and it can
be instantiated and used again. So we create an empty
object
Dim obj
Set obj = CreateObject("InternetExplorer.Application")
obj=Nothing
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain different types of checkpoints?
How to capture a window in QTP?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
How to modify object property in qtp ?
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
Is there any option in QTP to add Java add-in after instaling the QTP?
How can you identify the browser and its information using the qtp script?
How do you export an output to a excel sheet? Ex: I get my answer by using Msgbox"..." &R. How do I displayed the result of the Msgbox (such as R) to an excel sheet? Please let me know.Thanks
Why u don’t like recording the script and writing the script
diff between wr and qtp in detail.
How to retrive data from a data table which is in 3rd row,4th column and place it in main script..like retrive name,date from data table..write script for this.
11 Answers Thatavarti Technologies,