Posts Tagged ‘selenium’

Oh Happy Day

Friday, January 20th, 2012

Finally figured out all my Selenium issues. Well, not all of them, in that I still don’t get the Grid system, but I at least know enough about it to know I don’t need it, so that problem is solved in its own way too.

As of now, I’ve got three remote drones, one for IE, one for Firefox, and one for Chrome. I can execute JUnit tests against all three targets, for the webservice running elsewhere.

Finally, I can start thinking about what I actually want to test, without worrying about if I can make it happen.

Oh, of course

Tuesday, January 17th, 2012

Today’s Selenium-now-I-get-it-ism: The Selenium IDE can export test cases in Java, it just hides them under 3 different flavors of JUnit, and one flavor of TestNG. This is confusing, because they call out C#, Ruby, and Python by name, and I’m pretty sure you can use TestNG with all of those languages. I know I’ve used it with C#.