Test DescriptionTest Value
Test get/set on a relative href attribute anchor.htm
Test get/set on a absolute href attribute http://somesite.com/anchor.htm
Test href attribute is an empty string empty string
Test for non-existent href attribute null
Test that a href attribute contains search string http://www.anothersite.com/path/page.htm?parameter=this%20is%a%20parameter
Test that a href attribute contains the username/password and the search string http://username:password@www.anothersite.com/path/page.htm?parameter=this%20is%a%20parameter
Test that a href attribute has not been lowercased http://WWW.SomeSite.com/INDEX.html
Simple Anchor Relative Path
Simple Anchor Non-Relative Path
Empty String Anchor
Anchor with no attributes
href with a search string that is urlencoded
href with a username, password and search string that is urlencoded
Simple Anchor with some uppercase letters