This page was design to test that values of a hProduct which are can have multiple occurrences are parsed correctly.
From: hProduct test suite 0.3
Tests:
Test | Result | Comment |
---|---|---|
hproduct[0].category[1] | IsEqualTo("high-definition") | The category is a optional multiple value |
hproduct[0].photo[1] | IsEqualTo("https://ufxtract.com/testsuite/images/photo.gif") | The photo is a optional multiple value |
hproduct[0].review[1] | HasProperty(true) | The review is a optional multiple value |
hproduct[0].listing[1] | HasProperty(true) | The listing is a optional multiple value |
hproduct[0].identifier[1] | HasProperty(true) | The identifier is a optional multiple value |
History: