This page was design to test a simple contact 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.n.honorific-prefix[0] | IsEqualTo("Dr") | The honorific-prefix is a optional multiple value |
| hresume[0].contact.n.given-name[0] | IsEqualTo("John") | The given-name is a optional multiple value |
| hresume[0].contact.n.additional-name[0] | IsEqualTo("Peter") | The additional-name is a optional multiple value |
| hresume[0].contact.n.family-name[0] | IsEqualTo("Doe") | The family-name is a optional multiple value |
| hresume[0].contact.n.honorific-suffix[1] | IsEqualTo("PHD") | The honorific-suffix is a optional multiple value |
| hresume[0].contact.email[0].value | IsEqualTo("john@example.com") | 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: