What is the purpose of regexp object in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
how to organize files in object repository of qtp
How will you reverse a string in vbscript?
How will you convert a string to upper case string using vbscript?
How will you trim the spaces on the left of a string using vbscript?
What is the difference between for loop and while loop?
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 validate the text in a web table
What is the output of a + b in vbscript if a = 5 and b = 10?
how to add action through AOM in QTP
How to learn VB Script, Since iam working with QTP. So i need to learn VB script.
Mention how to access array data?