How will you get a string with the specified character the specified number of times in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
write any ttest cases using check points and parameterization
when we use filter funtiom invb script(QTP)
What is purpose of scripting.filesystemobject class in vbscript?
Why is the use of exit do or exit for statements within loops discouraged?
How to get the length of the string by making use of the string function?
Explain what is loose binding? Why is it not a good practice to use it?
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
What is loose binding? Why is it not a good practice to use it?
regular expression that will recognize a browser as long as its name property starts with mybrowser
Which event is triggered when mouse focus comes out of an element in the vbscript language?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
What is the event handling in vbscript?