How to change the run-time value of a property for an
object?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai....
SetTOProperty changes the property values used to identify
an object during the test run. Only properties that are
included in the test object description can be set.
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / supriya gupta
SetTOProperty changes the property values used to identify an object during the test run.
Only properties that are included in the test object description can be set
| Is This Answer Correct ? | 0 Yes | 0 No |
Can any body tell me how can I choose the share object repository and per action object repository mode. Please give me with steps.
I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.
Explain the concept of object repository and how qtp recognises objects?
A web page title might be xxxx@xyz.com or xxxy@xxx.co or xyz@abc.in.Using what mandatory properties can be the page identified.Give the regular expression for that.
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
what is object and child object.. explain ..if possible give some example for better understanding ..
What is the difference between byref and byval in qtp?
How we can add objects to the object repository during the running?is it possible or not?explain
Why we are selecting QTP for testing ?
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me
How to check and display a particular word from a paragraph?
How u prepare Test result summary in QTp?