preload

Generating Test Reports (the approach)

Posted by Albert Gareev on Mar 01, 2011 | Categories: LinksReporting

Parent page: Generating Test Reports

The Approach

The previous post sets a lot of requirements altogether. Let’s try now to put some answers.

How we can have a free, portable, yet powerful viewer?

If we go with a web-page format, we can use a web browser for that purpose.

If we go with XML format for log files, we can present reports as HTML (web-page) through XSL scripts, while retaining organized data structures that can be processed quite easily.

Within a web page, we can post hyperlinks to any supplemental items (rich text notes, captured data, etc.) and embed screenshots.

XSL is easy to learn. Open-source XSL parser scripts can be easily customized and expanded as needed. And we can use JavaScript on static pages to make them even more convenient.

Links

XPath introduction and references

XSL introduction and references

XSLT Tutorial and Online XSLT Editor on W3Schools web-site

XSL Transformation Basics and code examples on WebEducator web-site


Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported
This work by Albert Gareev is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported.