10-11-2010, 05:19 PM
Hi All,
This is what I do while testing
1. I land on a page.
2. click on a profile ID (There are many profiles on the same page and I am taking profile ID from data table)
3. When I click on the profile ID the details of the profile is displayed.
4. now I have to click the edit button of that profile ID to edit it.
My problem is as follows.
1. The details of all the profile ID is already present on the same page one after the other after all the profile ID list.
2. Now every profile ID has same name "Edit" to edit the profile.
3. All the properties of this edit button is also the same except for a part of outerhtml that gives the profile "ID". Something like this
outerhtml = <A href="manage_sp_edit.htm?serviceProfileId=1000029">Edit</A>
Can anyone please tell me how do I capture this SP ID while clicking the profile and use it while clicking the edit button. Is it possible? If no then is any other way?
This is what I do while testing
1. I land on a page.
2. click on a profile ID (There are many profiles on the same page and I am taking profile ID from data table)
3. When I click on the profile ID the details of the profile is displayed.
4. now I have to click the edit button of that profile ID to edit it.
My problem is as follows.
1. The details of all the profile ID is already present on the same page one after the other after all the profile ID list.
2. Now every profile ID has same name "Edit" to edit the profile.
3. All the properties of this edit button is also the same except for a part of outerhtml that gives the profile "ID". Something like this
outerhtml = <A href="manage_sp_edit.htm?serviceProfileId=1000029">Edit</A>
Can anyone please tell me how do I capture this SP ID while clicking the profile and use it while clicking the edit button. Is it possible? If no then is any other way?