Explain about tristate constants?
No Answer is Posted For this Question
Be the First to Post Answer
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
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
How can you create a file object to work with the files in the vbscript language?
Explain the scope of the variables using dim, public, and private keywords respectively.
What is event handling in vbscript?
accept an email id & validate it .email id should not exceed 25 characters the mail id should contain 3 characters excluding domain name,@ and .(dot) the last 3 characters of the domain should be net,com or org
How to declare an array in vbscript?
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
how to increasing the numbers in a given text box please write a vb script
what is extension of the file if its saved from recovery manger to some drive
How to access array data?