Re: RE: Canoo- Webtest query- need help with < storeElementAttribute > XML property
Michael Habbert <[email protected]>
| Newsgroups | gmane.comp.web.canoo.webtest |
|---|---|
| Message-ID | <[email protected]> |
Am 11.07.2013 05:07, schrieb Milind A. Kamu: > 1) Step 1: Check for a specific link on the page How do you want to identify the link? Which part of your webtest-xml belongs to this step? > 2) After finding the link, perform a "mouseOver" action on it What is the html-code like of the link, what will happen on that mouse-event? Why would you do that? > 3) Capture certain properties like "link color", "text decoration" , > font etc... Please show us the html-code you want to capture (store in a property for example). > 4) in order to perfomr step-3, i have used < storeElementAttribute > Sounds like a good idea, as far as I can imagine without sufficent code examples. > 5) When i see the attribute values using"Fire Bug", HTML file doesnt > have these properties listed under it, instead it is listed in a > separate CSS file, and the properties are visible under the FireBug tabs > "Style, "Computed", "DOM" etc.. You have to understand the html-code - fire bug - only can help you develop the first step. writing a good webtest needs more ... > 6) I need help in understanding how to retrieve such properties which > are loctaed inside teh CSS file. Why do you not provide the css code? > 7) Currently the HTML file has the below snippt of the link i am trying > to refer to: This snippet is fare beyond showing you material to make us able to understand you task. With regards Michael Habbert