Selenium webdriver “Element cannot be scrolled into view”

On June 19, 2014, in Javascript, Testing, by Anuj Gakhar

If you are trying to write a functional test with the Selenium webdriver, you might occasionally run into this error :- [js]Error: Failed to execute clickElement({"ELEMENT":"2"}): Error response status: 3 4. Element cannot be scrolled into view:javascript:void(0) Command duration or timeout: 33 milliseconds[/js] This is happening because the webdriver is trying to scroll the element […]

Tagged with:  

Using RequireJS with Jasmine 2.0

On June 12, 2014, in Javascript, Testing, by Anuj Gakhar

I’ve been trying to get some Jasmine tests running with RequireJS and although my tests work with Jasmine 1.3.x, I’ve been getting an error if I use Jasmine 2.0 for the tests. Apparently, Jasmine 2.0 has changed how it loads and executes the tests. If you look at the source here, you’ll see all the […]

Tagged with:  

Stress Testing your website with Apache jMeter

On June 23, 2010, in Testing, by Anuj Gakhar

I recently got a chance to work with jMeter to stress test one of the Projects I was working on. jMeter is an open source software like all other Apache Projects. It is written in 100% pure Java and works as a desktop application. The installation is pretty easy and straightforward as well. Download the […]

Tagged with:  
© 2011 Anuj Gakhar