There is manual Test case. We need to check the following.
Action
Check Promo Links.
Expected Results
Up to four links are displayed at the bottom of the app. The links are divided by bars "|"
HTML Code ..
< html> < div class="xxx-module-content"> < div class="xxx-content-block"> < div style="float: left; margin: 0pt 10px 15px 0pt; padding: 0px;"> < img alt="South Miami" style="border: 0px none;" src="" title="South Miami" height="97" width="130" >< /a> < !-- BR -->< img src="" title="xxx Weather" height="16" width="125" >< br>< !-- BR -->< br>< !-- BR -->< a title="South Miami" href="" from="hp_xxx" >South Miami< /a>< br>< !-- BR -->Photo shot from Key Biscayne looking at Miami< br>By: Jimperdue21< br>< div style="clear: both; width: 100%; margin-bottom: 15px;">< a title="Submit Photo" from="hp_xxx" href="" >Submit Your Photo< /a> | < a title="Submit Video" from="hp_xxx" href="" >Submit Your Video< /a>< /div> < /div> < /div>
Please suggest what logic should be used here through JAVA+selenium RC.
Thanks a lot.