Category Software Testing

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…

Why do performance testing?

Objective/Need of Performance testing At the highest level, performance testing is almost always conducted to address one or more risks related to expense, opportunity costs, continuity, and/or corporate reputation. Some more specific reasons for conducting performance testing include: Assessing release…

Whats new in JMeter 2.9

Its been quite some time since JMeter 2.9 is available. There have been few notable changes in the new version of JMeter. JMeter can now handle different types of documents (PDF, MsOffice files, Apache OpenOffice’s files…) within different elements.  What…