Using Object Repository is a advantage or disadvantage?
Answer Posted / gayathri
Hello Ravindra don't copy the Answers ....(Srinu Answer)
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
Did QTP prove efficient for your project? Yes or No, explain?
What is difference between run time object and test object?
What are the types of data tables in qtp?
How many tabs are available in debug viewer pane?
Have you done batch testing in qtp? If yes how you are doing?
after click on compose mail how can we attached a file in qtp with vbscript code
Should have experience in framework means?
What are the different recording modes and how do they work?
Explain about business process component? types and usage?
How will you declare a variable in qtp?
Explain process of smart Identification in QTP?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
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?