What is the use of the instr function?
No Answer is Posted For this Question
Be the First to Post Answer
How will you get the natural logarithm of the given number 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
accept a string & display whether a is present or not
what is the object hyrarchy in QTP for a web based application
Is vbscript language a case-sensitive language and what does it mean?
what is the difference between modular and data and keyword driven framework
How do you declare a variable in vbscript?
Explain the difference between POST and GET Method.
How to declare an array in vbscript?
What variable can you use to share info across the whole application for one user?
Which operator can be used to do an xor operation in vbscript?
Does VB/Win make standalone .EXE files?