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
How to run parallel tests with Selenium WebDriver and TestNG in Chrome browser and in Internet Explorer browser

In the previous lesson(How to run parallel tests with Selenium WebDriver and TestNG) we used Firefox browser to run the tests. Now we introduce how to run the tests parallel in Chrome and in Internet Explorer browsers. Firstly download the latest chromedriver and IEDriverServer files. You can download the IEDriverServer file from the http://code.google.com/p/selenium/downloads/list site. […]

Read more