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 / harsha
ya friend you can identify webtable using unique property
called htmlid
| Is This Answer Correct ? | 1 Yes | 0 No |
What are principles of good testing scripts for automation?
What is the difference between automation tools and management tools?
What is the major difference between Functional test, Acceptance test, Usability test and performance test. With special reference to automotive domain
I?m right now doing manual testing for Java Projects. We are planning to automate it. So, I need your suggestions in choosing an appropriate automated testing tool for doing Functionality testing, UI testing and Performance testing so that I will be able to implement it for our projects. Kindly help me in this regard. Thanks in advance. with regards, Kavitha.
what is the difference or comparison between QTP and rational? and which tool is better to use?
Please name a couple of standard web function found in the function generator?
What are the attributes of a good framework?
How do you select the 2nd item in a List box or drop down through selenium RC (Java)
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();?
What java api is required for generating pdf reports?
How to find that tools work well with your existing system?
Can we do automation testing without a framework? If yes, then why do we need a framework?