Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
How do you write an SQL insert statement?
What is the difference between VBScript and JavaScript?
1. How do declare public variable in vb scripts?
How to throw an error in vbscript?
How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)
pls tell me which is good book or site for vbscript?
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 are the valid scopes of a variable in vbscript?
What is the use of the recordset object and which statement is used to create such an object?
What are the 2 ways to pass a value to the function?
how to validate the text in a web table
What is vbscript?