Explain about operator precedence in vb script?
Compare java script and vb script?
How are arrays declared in the vbscript language?
What is string concatenation function in VBScript?
How many types of procedures are available in the vbscript language?
How to search word in a string without using instring function?
Explain the tristate constants in vbscript?
What is the use of option explicit in 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
how to set one column as primary key in QTP and fetch values accordingly
Hi, Anybody could tell me What is the 3rd Largest Number in the series..Thanks in Advance..
Is vbscript a case-sensitive or case-insensitive?
how do you make the variable declaration mandatory?what is the use of "option explicit"?