Purpose:
The title element of an entry must be populated with a human readable title for that entry.
Test method
- For each entry in the Download Service Feed, check if an entry title is provided.
- The entry title must be non-empty text; the text content must include at least one alpha-numeric letter.
Reference(s):
- TG DL, Req 18
Test type:
Automated
Notes
The namespace prefixes used as described in README.md.
Abbreviation | XPath expression |
---|---|
entry | //atom:entry |
entry title | //atom:entry/atom:title |