Test Description | Test 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 |