This page was design to test a simple contact with only a fn and adr label structure
From: hResume test suite 1.0
Tests:
Test | Result | Comment |
---|---|---|
hresume[0].contact.fn | IsEqualTo("Dr John Peter Doe MSc, PHD") | Should have honorific prefixs and suffixs |
hresume[0].contact.label | IsEqualTo("Brighton, United Kingdom") | The address label |
hresume[0].contact.email[0].value | IsEqualTo("[email protected]") | Should collect the email address from href attribute |
hresume[0].contact.url[0] | IsEqualTo("http://example.com/johndoe/") | Should collect the URL from href attribute |
hresume[0].summary | IsEqualTo("Interactive designer looking for a job") | Should collect the inner text of the first element with a summary class |
History: