How QTP recognizes Objects in AUT?
Answer / aruna
QTP Recognises Objects throgugh Property And Property Values
| Is This Answer Correct ? | 0 Yes | 0 No |
In qtp, explain what is crypt object
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?
Explain the concept of object repository and how QTP recognizes objects?
How to retrive data from a data table which is in 3rd row,4th column and place it in main script..like retrive name,date from data table..write script for this.
11 Answers Thatavarti Technologies,
Plz write the code, function will take the parameter as month number, i.e., numerical value, but it returns the last day of the month in string (weekday). example: input: function parameter: 3(march) output: thursday
Why do you choose only QTP for your project automation among remaining tools like Rational robot and silk test?
What are the benefits of qtp?
unique properties of button,edit box, radio button,check box?
How to parameterize in QTP?
what is the data driven testing?
Diff B/w Webserver and Client Server
Hi .. i want to write the script for the combo nox list . For example if any combo box having a multipul itme. So how can i retrive each item for each iteration ? help me out .