Hi All,I am in wierd situation that my laptop is installed
with QTP11 and os is xp sp3.The problem is the descriptive
programming which i have written is working in other
laptops and it is not working in my laptop.it is clicking
the link which is above the testbox instead of typing it in
textbox below it.It is same with the other working scripts
written by another person.
Answer Posted / jagadeesh.sp01@gmail.com
Make the Browser size 100%
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are advantages of test automation?
How many types of Automation frameworks are there in UFT? Describe them.
What are the methods of the TextStream object that are used for reading from a text file?
Why is action split used by qtp?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
What are the views available in qtp?
What is Distributed testing? How does UFT support it?
Explain advantages and disadvantages kdf?
Is it possible to call from one action to another action in qtp?
What is the Difference between copy to action and call to action?
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
what is the difference between development and testing
What do you mean by iteration?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?