Which function allows you to instantiate an object given its programmatic identifier or progid?
No Answer is Posted For this Question
Be the First to Post Answer
write a vb script to create a folder?
what is test scenario?
Explain different types of segment?
How to load vbs functions in qtp
how to organize files in object repository of qtp
how to genarate a random numbers in vb?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
Hello All, In QTP 9.2 for Mozilla Firefox, there is webelement in my application, I tried to click on that using decsriptive programming, but it does not work. and for this i tried this code too: Set obj = CreateObject ("Mercury.DeviceReplay") absx = Browser("").Page("").WebElement(".").GetROProperty ("abs_x") absy = Browser("").Page("").WebElement(".").GetROProperty ("abs_y") obj.MouseMove absx, absy obj.MouseClick absx, absy, 0 But it is not clicked. Can anyone help me out for this problem. Thnx in Advance
What purpose does ‘on error resume next’ serves?
print the array values in ascending order?
How will you get the smallest subscript of an array in vbscript?