Category Software Testing

Security testing tips

This post is in continuation of my earlier post on security testing.  Before I move into details of security testing here are few tips for beginners and some browser add-on that can help in security testing.   Security testing tips:-…

Test strategy

What is it? What does it look like? As per James Bach “How we plan to cover the product so as to develop an adequate assessment of quality.” A good test strategy is: Specific Practical Justified Wikipedia defination “A test…

Exploratory testing

Exploratory testing is a powerful approach yet widely misunderstood. Almost all testers, sometime or the other do exploratory testing in some way or the other. Once in an interview I asked the person “your entire test cases are passed is…

Results Visualization using xsl stylesheet in JMeter

Using xsl stylesheet in JMeter with .jtl files Jmeter provide several .xsl files to visualize the result in human readable format outside JMeter tool. These are located in %APACHE_JMETER_HOME/extras folder jmeter-results-detail-report.xsl jmeter-results-detail-report_21.xsl jmeter-results-report.xsl jmeter-results-report_21.xsl 1. Open the Jtl file in…

JMeter – Transaction Controller

Transaction Controller The Transaction Controller generates an additional sample which measures the overall time taken to perform the nested test elements. Note that this time by default includes all processing within the controller scope, not just the samples; this can…