This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19575 - Find test cases linked to a given spec or spec section
Summary: Find test cases linked to a given spec or spec section
Status: NEW
Alias: None
Product: Testing
Classification: Unclassified
Component: Test Framework (show other bugs)
Version: unspecified
Hardware: PC Linux
: P3 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: This bug has no owner yet - up for the taking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-17 12:18 UTC by Dominique Hazael-Massieux
Modified: 2014-03-05 09:33 UTC (History)
1 user (show)

See Also:


Attachments

Description Dominique Hazael-Massieux 2012-10-17 12:18:53 UTC
The current test framework API doesn't let one easily find all the test cases linked to a given spec, or a given spec section.

The use case for this is: I want to test HTML5 video support in browsers, so I would like to get all the test cases that relates to that feature, which I can reasonably well associate to a given section of the HTML5 spec.

(I guess it's possible to iterate through all the test suites, than through the specs linked with the said test suites, and then the sections, but that's a lot more work than needed)