Which data type/types are supported by vbscript language and what are their specialties?
No Answer is Posted For this Question
Be the First to Post Answer
Which is the default Data types in VBScript?
write any ttest cases using check points and parameterization
What is a difference between scripting language and programming language?
hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example
can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.
how to increasing the numbers in a given text box please write a vb script
Explain some uses of vb script?
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 many data types are supported in Vbscript?
give me an ex. of unoverloaded method?
How to open excel in vb script?
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?