What methods are used to create text files and open text files in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
Can anyone help me in write coding to get this pattern * ** *** ****
What is the use of the recordset object and which statement is used to create such an object?
How to generate 3 digit random number?
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
How are values assigned to the variables in the vbscript language?
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
write a Vb script to find a whther a selected drive exits.
Difference between dim,public and private variables in vb script?
What are the different types of operators and their order of precedence?
What are the properties of regexp object?
How to find arry size in qtp vb script
what is the use of QCUtil? explain with one example?