preload

2011/01 Quick Testing Tips posts archive

Posted by Albert Gareev on Mar 30, 2011
0
Join To Earn 10x Bonus Attacking Passwords Good to Check, Worth to Explore Documented == Unambiguous? ...

When Duplication Is Good

Posted by Albert Gareev on Mar 21, 2011
0
WordPress blogging engine has “Stats” plugin. Very useful, helps gathering a lot of feedback. There are also many other plugins, relying on the data gathered by WordPress Stats. Amongst them I use “Popular Posts”. As many of bloggers noticed last week, there was an outage of WordPress Stats server. This impacted not only site stats […] ...

WTA08: Messing With The Smart Guys

Posted by Albert Gareev on Mar 16, 2011
0
The Mission Weekend Testing Americas session N8 was initially planned as a mini-project: explore and map the product, deliver a test plan and test results. That’s ambitious already for 90 minutes of work! However, we took that over the edge – and succeeded. Today’s session is dedicated to session-based exploratory test management. The product we […] ...

XML/XSL Transformation: Using Sub-Templates

Posted by Albert Gareev on Mar 14, 2011
3
Parent page: Generating Test Reports Today I continue with more complex examples using previously demonstrated XSL parsing nodes grouped into sub-templates. Here’s our XML record simulating log data of a test session. XML Source Note that the structure of XML file is not identical to the previous examples. It has more complexities and dependencies that need […] ...

XML/XSL Transformation: Tree to Table

Posted by Albert Gareev on Mar 04, 2011
1
Parent page: Generating Test Reports Today I present XML Tree to HTML Table transformation example. Here’s our XML record simulating logged test steps. XML Source Did you notice the following line? <?xml-stylesheet type=”text/xsl” href=”.\Tree2Table.xsl”?> This is how we instruct the web browser to use XSL script for visualization of XML data. Web-page Report And here’s […] ...

XML/XSL Transformation: Using Complex Nodes

Posted by Albert Gareev on Mar 03, 2011
0
Parent page: Generating Test Reports Today I present example on dynamically building HTML nodes, with XSL, and from XML data. Here’s our XML record simulating log data of a test session. XML Source Did you notice the following line? <?xml-stylesheet type=”text/xsl” href=”.\LogView1.xsl”?> This is how we instruct the web browser to use XSL script for […] ...

XML/XSL Transformation: Stats Table

Posted by Albert Gareev on Mar 02, 2011
0
Parent page: Generating Test Reports Today I present example of an HTML Table populated with XML data. Here’s our XML record simulating stats data of a test session. XML Source Did you notice the following line? <?xml-stylesheet type=”text/xsl” href=”.\StatsTable.xsl”?> This is how we instruct the web browser to use XSL script for visualization of XML […] ...

Generating Test Reports (the approach)

Posted by Albert Gareev on Mar 01, 2011
0
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 […] ...
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.