Hi Friends,
I'm testing a SharePoint application by QTP 8.2
I face a problem that really difficult to me, please take a
look on the description below:
As you may know, SharePoint is an application is allow
customize function from user, so that, user can add many web
parts and put at any place they like.
For ex: if there are two web parts existing in the
SharePoint site
When I using QTP to recognize a Web Table on any web part,
it has the properties as "Index" and "html tag" only.
Problem is: If there is any user changes the display of my
web part, the "Index" of Web table is changed as well, so
that QTP cannot identify exactly my object.
Can anyone help me how to make that object as unique or
another way to identify that web table object?
Hope to receive many solutions from you. Thanks a lot.
Answer Posted / harsha
ya friend you can identify webtable using unique property
called htmlid
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is GDC
how to use regular expression in Test Complete Functional tool
Tell us the line of code webdriver driver = new firefoxdriver();.?
What is meant by the automation framework?
Do you know what is robot api?
What is an automation testing framework?
Hi, here r some questions, which were asked in Ekaplus, plz process these questions. 1. How we connect with the version?
What are the differences between open source tools, vendor tools, and in-house tools?
IN AN APPLICATION HOW DO YOU IDENTIFY THE TASKS WHICH SHUD BE DONE MANUALLY AND WHICH SHUD BE AUTOMATED?
What is the purpose of the wrun.ini file?
Tell me what is the purpose of getoptions() method?
can any one tell me the examples of white box testing
Give some examples for performance test tools?
What are the pre-requisites to start automation testing?
Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?