Mobile Website Load Testing

Internet usage on mobile devices increases every year. Even though mobile screens became bigger, its size is still significantly smaller than PC monitors. As the result the website won’t appear correctly or the content will be too small. Because of that the websites needs to be adjusted for the current device. For this purpose there […]

Read more
Open source testing tools

There are tons of applications available for testing, some of them are free(open source), some of them are commercial. This time I have prepared a list of useful and open source testing tools. Selenium – Web app testing tool – http://seleniumhq.org/ Selenium is a suite of tools such as Selenium IDE, Selenium Remote Control and […]

Read more
Loadtesting with Blazemeter

We have finally got our hands on an interesting tool called Blazemeter. As is the case with other engineers, we are always trying to extend our knowledge. First time I heard about Blazemeter was a year ago in a seminar video, while I was trying to expand my knowledge on test recording and performance report […]

Read more
Getting started with JMeter II – record traffic with Jmeter

Here will be described how to simply record traffic with Jmeter. The HTTP Proxy Server allows Jmeter to watch and record the traffic and stores them directly into the test plan. First download and install all necessary packages: 1. Java http://www.oracle.com/technetwork/java/javase/downloads/index.html – After install setup the environment variables 2. Jmeter Download Jmeter from following website, […]

Read more
Getting started with JMeter

JMeter may be used to test performance, to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. First download and install all necessary packages: 1. Java – http://www.oracle.com/technetwork/java/javase/downloads/index.html – Setup the environment variables 2. Jmeter – Download Jmeter from following website, […]

Read more
How to integrate a JUnit4 – Webdriver test into JMeter

JMeter is an open source load testing tool, with many capabilities. One of the many interesting things which can be done is to integrate a webdriver test into a JMeter test suite. Before start make sure that Java and JMeter properly installed, and the webdriver libraries are downloaded. You can download them from the following […]

Read more