Explain the arrays in vb script?
No Answer is Posted For this Question
Be the First to Post Answer
How will you convert a given number to long in vbscript?
please can you help me to get a code of flames using a visual basic 6
Which date function is used in the vbscript language to find the difference between the 2 dates?
Can anyone help me in write coding to get this pattern * ** *** ****
how to write validation function for date in vb script
Which operator is used to concatenate the 2 values in the vbscript language?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
what is the differenece btwn scripting language and programming 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
Explain about adodb.stream class?
If else for do while select in vb script?