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…
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…
Adding New Fonts to Your System Installing Microsoft Fonts sudo apt-get install ttf-mscorefonts-installer System-wide Installation To install fonts to your system for use by all users, (as root) you can…
Firebug is a well known tool for debugging and page load time.It provides detailed timing information about Http traffic initiated by the page. The Net panel which collects all the data can…
Severity and priority go hand in hand. Often there is a misconception about it. What should be the severity and priority of the bug? Sometime developer does not agree with the…
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…