8,564 reputation
11030
bio website
location Austin, TX
age
visits member for 2 years
seen 9 hours ago
stats profile views 109

Jun
9
comment How do I handle the login modal dialog created by onLoad in a WebDriver & Java based test automation
Have you considered finessing the problem by passing the username/password in an HTTP request or setting the appropriate cookie?
Jun
8
revised Do I Need To Create Mock Classes For Every Class?
deleted 15 characters in body
Jun
8
answered How do I handle the login modal dialog created by onLoad in a WebDriver & Java based test automation
Jun
8
answered Do I Need To Create Mock Classes For Every Class?
Jun
8
accepted Under what circumstances is Sikuli better for test automation than Selenium or Watir?
Jun
8
comment Using Scala to build unit tests for Java?
That said, syntactically scala is more like java than clojure is like java, which is probably your main point. Sorry if my previous comment sounded pedantic.
Jun
8
comment Using Scala to build unit tests for Java?
They are compatible at the runtime level but as far as I can tell the Scala syntax is not a superset of Java. If you Google around for "scala java syntax superset", you will find claims that you can write scala code that looks like java code, but I think they mean "I reminiscent of" rather than "is exactly the same syntactically". So you could hire a developer who could write java-like scala code, but they wouldn't necessarily be able to read non-java-like scala code.
Jun
8
comment Using Scala to build unit tests for Java?
Java syntax is a subset of Scala syntax? Really? I didn't know that.
Jun
8
answered Using Scala to build unit tests for Java?
Jun
8
revised Questions on Developing TestNG based automation for Java based web services
added 1 characters in body
Jun
8
revised Test Strategy Documentation
added 10 characters in body
Jun
8
answered Test Strategy Documentation
Jun
8
answered Questions on Developing TestNG based automation for Java based web services
Jun
8
awarded  Enthusiast
Jun
7
comment Under what circumstances is Sikuli better for test automation than Selenium or Watir?
That is my impression too, but I thought I might be missing something. People use visual cues to understand how user interfaces are organized, e.g. all the text fields and buttons within a box are probably part of the same form, and the highlighted ones are probably mandatory fields. If Sikuli could work with visual cues, I think it could be as powerful as Selenium/Watir. Perhaps that is where the project is headed.
Jun
7
answered Regression Testing Functionality Of Code In Button Press?
Jun
7
revised Under what circumstances is Sikuli better for test automation than Selenium or Watir?
added 36 characters in body
Jun
6
asked Under what circumstances is Sikuli better for test automation than Selenium or Watir?
Jun
6
comment is it appropriate to do exception handling for every single test method?
I think that's true to the same extent that it's true to programming in general (i.e. beyond writing tests).
Jun
5
answered is it appropriate to do exception handling for every single test method?