Did you face the problem, changing the properties of an
object in Run Time?
Answer / sandeepguttikonda
Yes I have faced the problem of changing the object
properties during run time.
1) Try to write a function that captures the run time
properties by using GetROproperty method and update them in
the Object Repository by using SetTOproperty.
2) You can also use Maintenance Run mode in QTP which helps
in updating the changed peoperties in Object Repository.
Please let me know if you need any further info.
Regards,
Sandeep Guttikonda.
| Is This Answer Correct ? | 0 Yes | 0 No |
While creating Recovery Scenario for Pop-up window..In 'Recovery operation' we have to call a function. Can u tell me that function.
4 Answers Alcatel-Lucent, Ordain Solutions,
What is test object model in quicktest professional?
BEst INstitute for QTP & SELENIUM
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
Through array we can execute the testcase how ? give me example
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
How do you perform testing on web based application using qtp 9.2?
How to call Datable values in the QTP program. exp: I have two parameters like Email id and Password this two i would like to add multiple entries in the datable to use it. What is the difference between Gobal/Action datatable
HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST
how we can take data in the username field text box into variable in web application explain with example and give all functions to get data into variables
Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)
Give me an example where you have used a COM interface in your QTP project?