Micro Focus QTP (UFT) Forums
QTP Real time question - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: QTP Real time question (/Thread-QTP-Real-time-question)



QTP Real time question - sruthi - 06-28-2010

while i am running application which is having .net controls
in that application MY Object Repository is not able to identify different date fields in same grid these date fields may have same value
how can QTP identify that objects differently

Hi everybody... plz guide me Sad


RE: QTP Real time question - supputuri - 06-28-2010

Hi Sruthi,
I think you can work with htmlId property. I think it is better to have the object spy and the object under test [OUT] screenshot, so that we can have clear info. There are multiple ways of handling these situations.

1) Using the htmlID
2) Using the "DIV" webelements while adding the objects into OR.
3) Using the Webtable concept (If WT are available in the application grid).
4) Finally the Index :-)

Let me know if you need any more information.


RE: QTP Real time question - sruthi - 06-29-2010

Thanku So much but acctually i lost to install Sync installer for .net calender controls