How to open browser in vb script?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about vb script?
what is the standards used for writing the script in QTP
What is vbscript?
who will create the object?
Why is it recommended to close the database connection every time after the work is completed?
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
Mention characteristics of sub procedures?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
How do you get the value of a combo box in Javascript?
what is the difference between modular and data and keyword driven framework
What are the different types of operators and their order of precedence?
give me an ex. of unoverloaded method?