What are the valid scopes of a variable in vbscript?
What methods are used to create text files and open text files in the vbscript language?
The function template cocept is implemented in vb.net is ???
Difference between Do while loop and while wend loop
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
Which keyword is used to declare a variable in the vbscript language?
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
HOW TO OPEN NEW TAB USING VB SCRIPT IN QTP?
write a vb script to generate 3*3 matrix
How will you reverse a string in vbscript?
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer
Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina
Mention what is the use of option explicit in vbscript?