
- Forum
- Testing
- Software Testing
- identifying portlets in qtp
identifying portlets in qtp
This is a discussion on identifying portlets in qtp within the Software Testing forums, part of the Testing category; Hi I am working on an application that contains various portlets e.g. 21 in a web page.Some of the portlets ...
-
01-29-2009, 01:30 AM #1
- Join Date
- Jan 2009
- Answers
- 2
identifying portlets in qtp
Hi
I am working on an application that contains various portlets e.g. 21 in a web page.Some of the portlets are stored as web tables. but there is no direct mapping between webtables and portlets.I am Testing this application with QTP.
Out of these 21 portlets only two portlets are mandatory.Problem is how to identify those two portlets only.I tried with object identification of web tables but that's not working.
May be my idea is wrong. I triedby getroproperty("id") but that's blank for all portlets, even name is not working.
Looking for more suggestions.Please help.
Any idea..I'll try ..
-
02-04-2009, 03:53 AM #2
- Join Date
- Jan 2009
- Answers
- 2
I've identified by using getroproperty("innerhtml")

Reply With Quote





