Posts in "Selenium"

13 posts in Selenium

ColdFusion mxunit Selenium

I was working on a MXUnit and Selenium Remote Control example, a year ago, and finally fixed the documentation. It shows how do functional testing with Selenium through MXUnit. It is a simple demo. Here is the zip . Read the Selenium-RC - Using the CFML Client Driver.doc before using for how to...

GTAC-2008 Selenium

I arrived in Seattle this morning from Omaha. Got to the conference hotel easy and then did some quick sight-seeing before GTAC gets into gear. Below is a run down of sessions. I'll be writing google docs for most session and linking from this page. Third Annual Google Test Automation Conference...

ColdFusion Selenium

I will be doing a series for ColdFusion developers to setup, use the Selnium Trifecta, and incorporate Selenium tests into MXUnit. The first entry will show how to setup Selenium Core , Selenium Remote Control , and Selenium Grid . These tools will enable you to do extensive acceptance testing...

ColdFusion mxunit Selenium

I was accepted to attend the Google Test Automation Conference - 2008 . I submitted a paragraph a while ago stating I would like to attend and bring my point of view from ColdFusion programming and unit testing with MXUnit along with some other points. Then today, I received an email with the...

Presentations Selenium

After writing Selenium is NOT a framework , I rediscovered a presentation from Google Automating Testing Conference. It was pretty good (I think I watched it before but it didn't click). Google has developed a Selenium Framework called Ringo. Their Selenium Framework goal is simplicity and...

Selenium

Selenium is not a framework but needs one desperately. I have noticed some references to Selenium as a framework thus this blog posting. (Selenium is an "Open source test automation tool for executing scenarios against web applications to validate browser compatibility and system functionality.") I...

Selenium

Anyone have an example of using Selenium and having a skeleton main file the loads a variables file for setting variables. Example, variables file would have address, town, city, and state variables with approriate values. Then you could interchange the variables file for different address in the...

Ant ColdFusion Selenium Subversion

Come Work With Me in addition to what the generic posting says, we are a small group. I started in January and love it. My manager is out of Portland and another coder is from Souix City, IA so there is a chance for telecommuting. The office is based out of Omaha, NE. I come and work with the DBAs...

ColdFusion Selenium

Selenium only cares the output is in its simple table structure. Please refer to Sebastien Lachance's post about Structure of an html test and James Netherton's post about Selenium suites . I use the Firefox IDE to initially create scripts and save as a cfm file. Then add the ColdFusion sweetness....

ColdFusion Selenium

I would like to thank ColdFusion Weekly and Jim Priest @ thecrumb.com for being kind enough to mention me and link to a couple of my entries. Selenium Wiki - starting to build resources geared toward ColdFusion but not a requirement. The "Selenium" Edition (Testing ColdFusion Applications Part Two)...

Ant ColdFusion Selenium

I have been wanting to do a Selenium ant script since John Paul Ashenfelter's presentation on Testing CF applications @ CFUnited 2007. Selenium is a test tool for web applications. It has a very simple html table structure for creating suites and tests. I use Selenenium IDE for Firefox to create...