-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support W3C EARL schema for test results #152
Comments
This could be implemented as a custom test listener for use in TestNG-based suites. CTL results could be transformed via XSLT stylesheets (to RDF/XML format). |
@keshav-nangare,please take a look at this commit and see if it fits the general conformance testing model. Also please take a look at the wiki notes. |
@rjmartell Or is there any other way to invoke the EarlReportListener. I have executed but I didn't get the output file. Can you please update me how to invoke this EarlReportListener? |
@richard and @keshav-nangare, I have some comments, based on the wiki and the attached file.
we can do
A subject is declared but details are never given (e.g |
Those example are very old--they're for EARL 0.95 (from 2001). We're using the latest (last call) WD for EARL 1.0. The relevant triple is: [earl:TestResult] earl:outcome [earl:OutcomeValue] There are five instances of OutcomeValue declared in the model (earl:passed, earl:failed, etc.). There are several examples in the Developer Guide for EARL 1.0. |
There are a few other related specs that can be used to supply additional information about a resource such as earl:TestResult or earl:TestSubject:
For example: including request and response messages for failed tests; or adding pointers to specific fragments in a resource representation. |
Thank you for providing the correct version. About the result, About the types of Subject
Providing more details about a subject, if needed, then it seems we can use doap elements, like Example 13 . |
Please follow issue #81 for more work related to this item. |
The W3C Evaluation and Report Language (EARL) 1.0 Schema defines a standard RDF vocabulary for expressing test results. Adopting this for all test suites enables a more consistent approach for test reporting. A developer guide is available.
Note: The Evaluation and Repair Tools Working Group (ERT WG) has not been rechartered, so the status of EARL is unclear.
The text was updated successfully, but these errors were encountered: