Playing Back a WebDriver script in Firefox 4 behaves weirdly
From nishantverma.com:Well there are some issues with Firefox So I had a script created to search some key words on Google. I tried playing it back and I find it failing. Click here to read...
View ArticleHow to handle "WebDriverException: this.getWindow() is null"
From nishantverma.com:Launch Twitter Click on "Sign in" Log in with username "testmail" and password "password" It's strange! So Google comes to rescue at this point of time. After searching I got that...
View ArticlePython - Taking Browser Screenshots With No Display (Selenium/Xvfb)
From coreygoldberg.blogspot.com:In my last two blog posts, I showed examples of using Selenium WebDriver to capture screenshots, and running in a headless (no X-server) mode. This example combines the...
View ArticleSelenium 2.0: Out Now!
From seleniumhq.wordpress.com:We are very, very pleased to announce the release of Selenium 2.0. If you've been waiting for a stable release since 1.0.3, now's the chance to update. And if you do, what...
View ArticleUsing Opera with Watir-Webdriver (for free)
From watirmelon.com:Selenium 2.0 (WebDriver) was released today, and with it came support for Opera. Since Watir-WebDriver uses the WebDriver bindings, it now supports Opera out of the box. and ta-da:...
View Article10 Best And Useful jQuery Plugins
From DZone:Firefox 6 Arrives in Beta Channel, Qt Quick Components released for Symbian, CentOS gets Cloud SupportClick here to read moreTagged: #qt #jquery #selenium #opensource #beta #centos #cloud...
View ArticlePython - Getting Started With Selenium WebDriver on Ubuntu/Debian
From coreygoldberg.blogspot.com:This is a quick introduction to Selenium WebDriver in Python on Ubuntu/Debian systems. WebDriver (part of Selenium 2) is a library for automating browsers, and can be...
View ArticleSelenium 2.1 Released
From seleniumhq.wordpress.com:Now that Selenium 2 has been released, one of the goals of the project is to provide regular updates to our users and the community. The aim is for these updates to be...
View ArticleSelenium 2 (a.k.a Selnium WebDriver) Is Released
From InfoQ:Community Java, Agile, .NET, Ruby Topics Software Testing Tags Selenium. Share. The Selenium team has recently released Selenium 2 (a.k.Selenium WebDriver).Click here to read moreTagged:...
View ArticleWeb browser automation testing using Selenium and Python
From baijum81.livejournal.com:Recently Selenium 2 has released with it's new WebDriver technology. Selenium WebDriver supports multiple web browsers like Firefox, Chrome and IE. Selenium WebDriver...
View ArticleJavascript Unit Test Environment (JUTE) Now Open! · YDN Blog
From Yahoo! Developer Network:Javascript Unit Testing suffers from lack of standardization. There is no universal 'JUnit' or 'PHPUnit' to 'rule them all'. There are lots of very good Javascript testing...
View ArticleRuby on Rails Developer job at 500Friends, Inc. in San Francisco, CA
From 500friendsinc.jobscore.com:500friends, run by veteran e-commerce executives and funded by top venture capitalists, is transforming consumer loyalty. Our management team has a proven track record...
View Articlelooked at Selenium Bromine
From pankajnakhat.com:I was looking at selenium Bromine out of interest, and could infer some quick feedback. The workflow to create a Requirement To Test is too messy. UI Is very flat, so cant make...
View ArticleAdd a comment »One comment to this article
From pankajnakhat.com:WebDriver is really a good clean and powerfull API to test the browsers. Obviously now Selenium 2.0 is backed by WebDriver and there are different options you can use webdriver...
View ArticleContrasting Selenium 2 locator styles
From paulhammant.com:Just a quickie - with the Etsy.com tutorial in the JBehave we have three styles of using Selenium 2 (WebDriver) to locate and click on things in the page. The Page objects (which...
View ArticleHow the play framework test runner works
From Javalobby:After working for a while with the play framework we had the need to write better integration tests. By better I mean easier to maintain. I like Selenium but there are re-usability and...
View ArticleAutomatic sequence diagrams from BDD-scenario executions
From paulhammant.com:Perhaps better if the company behind the graphing technology could adjust the vertical spacing based on actual timings. I'll email them :).Click here to read moreTagged: #bdd...
View ArticleWatir, Selenium & WebDriver
From watirmelon.com:Please also see my new 'Watir-WebDriver: a detailed introduction' post. Of all the open source automated web testing tools available, Watir and Selenium have been the two most...
View ArticleAutomated integration testing with Selenium, Maven and Jetty
From theserverlabs.com:Here at The Server Labs we place a high value on automated unit and integration tests and believe that they are fundamental whether you are using an agile methodology or not. We...
View ArticlePlaying With Jetty And Selenium
From bitmotif.com:Now that we've seen how to get Jetty up and running, let's integrate it with Selenium. We'll be using Selenium 2 to check a simple JSP. They are available here.Click here to read...
View Article