Skip to content

Commit

Permalink
Update content for version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
irwink committed Apr 13, 2015
1 parent 20ac54f commit 90f71fe
Showing 1 changed file with 30 additions and 15 deletions.
45 changes: 30 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,45 @@
WPSS Validation Tool version 4.8.0
WPSS Validation Tool version 5.0.0
-----------------------------------

The WPSS Validation Tool provides web developers and quality assurance testers the ability to perform a number of web site and web page validation tasks at one time. The tool crawls a site to find all of the documents then analyses each document with a number of validation tools.

Version 4.8.0 contains the following updates and additions
Testcase profile names have changed to be more descriptive, any existing profiles you may have will have to be changed.

A testcase group selector has been added to the configuration tab which can use used to set all testcase profiles, rather than having to set each profile. The profile group names include the Network Scope, Theme and WET version, for example

- Canada.ca WET 4.0
- Internet TBS WET 3.0
- Internet TBS WET 4.0
- WCAG 2.0

Using the group setting will ensure testcase profiles are set consistently.

A CSV file of testcase results is generated and contains results from all tests. The CSV file name has a _rslt.csv suffix.


Version 5.0.0 contains the following updates and additions

WPSS_Tool
---------

- Add crawl depth option to limit the depth of a crawl.
- Check if image alt is the same as the src URL or the image file
name (with or without suffix) - WCAG_2.0-F30
- Check for missing, invalid or broken src in <track> tags - WCAG_2.0-F8
- Check for missing captions and descriptions tracks in <video> tag - WCAG_2.0-G87
- Add Nu Markup Checker for HTML5 validation - WCAG_2.0-G134
- Add W3C TTML validaton for ttml/xml validation - WCAG_2.0-G134
- Check for duplicate attributes in XML content - WCAG_2.0-F77
- Only report error for <hr /> that preceeds a <h1> heading
not any other heading - WCAG_2.0-F43

- Add selector for testcase profile groups to set profiles for all checks.
- Change names of testcase profiles to be more descriptive.
- Don't report bold or emphasised text immediately after a heading as a pseudo-heading,
it may be supporting text - WCAG_2.0-F2
- Create testcase profiles for WET 4.0 GC Intranet, WET 4.0 Internet and Canada.ca
- Generate CSV version of testcase results.

Note: <b>The WPSS Tool now validates HTML5 markup.</b>
Note: <b>The WPSS Tool validates HTML5 markup.</b>


Open Data Tool
--------------

- Check for supporting files in dataset and don't process them as data files.
- Check for a match in the number of rows of language instances of CSV files - OD_CSV_1
- Save dataset content in local files rather than HTTP::Response object to avoid
"out of memory" errors for very large dataset files.
- Generate CSV version of testcase results.


WPSS_Tool Installer
Expand All @@ -42,4 +57,4 @@ The WPSS_Tool has been tested on the following platforms
- Windows 7 (32 bit), Strawberry Perl 5.18 (32 bit), Python 2.7.6

The WPSS Tool installer is available as a release in this repository
- https://github.com/wet-boew/wet-boew-wpss/releases/download/4.8.0/WPSS_Tool.exe
- https://github.com/wet-boew/wet-boew-wpss/releases/download/5.0.0/WPSS_Tool.exe

0 comments on commit 90f71fe

Please sign in to comment.