How are comments handled in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about operator precedence in vb script?
give me an ex. of unoverloaded method?
How to insert snapshot during manual scripting in QTP?
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 answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
accept an email id & validate it .email id should not exceed 25 characters the mail id should contain 3 characters excluding domain name,@ and .(dot) the last 3 characters of the domain should be net,com or org
how to declare a variable in vbscript using vbscript
Explain the tristate constants in vbscript?
reverse the string without using reverse string?
why variable name should not exceed 255 characters?
Which operator can be used to do an xor operation in vbscript?
write a vb script to generate hello 5 times using do until loop