Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 6.43 KB

quality-assurance-walkthrough.md

File metadata and controls

58 lines (40 loc) · 6.43 KB

Target URL List creation

Gathering

Assembly

After the scans complete

  • Does the number of results in the primary snapshot (analysis report) equal the number of urls that returned a 2xx server code in the all snapshot (analysis report)?
  • In the all snapshot, do any records with a non-2xx final_url_status_code appear to be live and thus should have returned a 2xx code?
  • In the all snapshot, do any records with a failing scan status appear to be live and thus should have completed?
    • Note - in particular, analyze and think about each error type.
    • [Proposal: filter out certain mimetypes (e.g. JSON, XML) from the primary snapshot as well. If done, we should add a similar step to ^^^]
  • Are there certain fields in either snapshot which should not have any empty cells (if so, note them here)?

For individual fields...

  • Looking for incorrect redirect info:
  • What else...?

API

  • Do the number of records shown in the endpoint (meta: totalItems, at the bottom) equal the number of records in the target URL list analysis report?
  • What is the oldest entry?

(more here)