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…
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…
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…
Since JMeter 2.5 there is a new option called “Concurrent pool size”. Whats so important about this feature? To answer this lets first understand how browser works and what an…
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…
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…
How to pass parameters into test scripts? To pass parameters in JMeter scripts you can use property() function, which reads value of JMeter property. In order to define the property…
You want to install Linux ( Mint/Ubuntu or any other) OS in your old PC but the DVD drive is not working. Don’t worry you can do it assuming that…
Here is a very basic MP3 Player called as “Sangeeth Player”. You can download and start using. No installation required. https://sites.google.com/site/techservicesbiz/upload-file/MyPlayer.zip?attredirects=0&d=1 This was coded longtime back on spare time. I…
Are you getting “out of memory” error in JMeter while executing your tests? This is most likely because of heap size. Your heap memory allocated to JMeter may be too…