Suppose U change the script whether it affect the object
properties of the object in the object repository
Answer Posted / raju k jalgar
It will not affect the Object Ropository Properties. But
during you script execution, your test might fail.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the XML file architecture ?
after click on compose mail how can we attached a file in qtp with vbscript code
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
How does qtp identify gui object?
How can you write the scripts that operate on different objects depending on run-time information?
Have you used xml check point in your project?
Brief the process of testing with UFT?
UFT 12.02 which ALM version will support
What is meant by Output Value in UFT?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
what frame work you are following?
How many types of trigger events are there in qtp?
Have you faced any problems with object repository?
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?