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…

Read MoreTest strategy

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…

Read MoreExploratory testing

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…

Read MoreResults Visualization using xsl stylesheet in JMeter

Share Files in Linux

How to Share files in Linux? In order to share files in Linux, you need to have following installed in your system. samba samba-common If it is not installed, first install it. To Install: sudo apt-get install samba Once the…

Read MoreShare Files in Linux