Explain what is loose binding? Why is it not a good practice to use it?
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
pls tell me which is good book or site for vbscript?
How to write VB Script for selecting a particular row in a WebTable?
Write a program to resize an array of 5 elements to 4 elements and display all the elements.
Anyone have qtp11.0 crack?
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
Mention what is byref and byval parameters in vbscript?
Difference between Do while loop and while wend loop
How to replace junk code recorded by QTP with a mall function.
Illustrate briefly about the different types of statement
* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?
What is the purpose of on error resume next statement?