Which event is triggered when mouse focus comes out of an element in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between Active screen and movie screen recorder in QTP 9.2?
Why is the use of exit do or exit for statements within loops discouraged?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
Write a program to create a Dynamic array of size 5 elements and display all the elements.
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
how to write vb script code for login gmail page by using notepad and how to run script in notepad
what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?
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 is the difference between for loop and while loop?
Explain about scrrun.dll?
How are arrays declared in the vbscript language?
How many types of procedures are available in the vbscript language?