Have you ever gotten those pesky “This connection is untrusted” SSL certificate warnings in Firefox where you have to click on “Add Exception” to bypass the screen? Perhaps, you are trying to do some UI automation using Selenium or Watir and this message is getting in the way. Well, don’t waste anymore time looking for… Read more
QA – Web
How to test AJAX websites using Selenium
This article will show you how to test AJAX web applications using Selenium. If you have used Selenium before, you are familiar with the wait_for_page_to_load (waitForPageToLoad) call which waits until a page finishes loading before continuing. If you have tried using this for an AJAX-enabled website, you will notice that your Selenium scripts just whizzes… Read more