How to search word in a string without using instring function?
Solution1: text or Textarea checkPoints
solution 2:if condition method
| Is This Answer Correct ? | 0 Yes | 2 No |
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
Find Out Length of an array without using Ubound?
How to create pull down menu box using vb script
how to find number of characters(letter a) in the sentence Rain Rain Go away
How will you get a subset of a array in vbscript?
When to use function procedures and what are its characteristics?
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
1)How to test whether items in a weblist are in alphabetical order or not?
How will you check that a variable is an array in vbscript?
What are the special sub-types in vbscript?
What is purpose of scripting.filesystemobject class in vbscript?
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?