Answer Posted / ravi
Where do you want to insert object ??
We can create object at runtime using createobject()
function in VBScript.
For ex:
Set con = createobject("ADODB.Connection")
The above statement creates connection object at runtime.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
Explain different types of checkpoints?
How will you declare a variable in qtp?
What are the key elements available in test result window?
How to execute a winrunner script in quicktest professional?
How many ways we can parameterize data in quicktest professional (qtp)?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
What are the factors on which script execution time is dependent?
what the difference between shared repository and per action repository?
Define Environment Variable in UFT and its uses?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
How the exception handling can be done using quicktest professional?
What is object spy in quicktest professional?
Hi ,Can any one pleas explain how to test splash objects using QTP?
What are the different types of recording modes in qtp? Which will be used when?