Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Please improve your question by focusing on a specific problem or concern you are having. Asking folks if they really use a tool or not is not a real question, it is a poll. See programmers.stackexchange.com/faq#dontask Commented Sep 20, 2011 at 18:04
  • I made an edit to the post along the lines of what @RobertHarvey suggested, but I'm not very familiar with the terminology. I hope someone with more knowledge in this area can correct my wording if necessary. Commented Sep 20, 2011 at 18:16
  • 3
    You are discussing Cucumber and Selenium is if they are two different tools to solve the same problem; they aren't. This makes the question confusing, especially because you haven't defined "Page Objects" at all. What API is provided these? Can you provide some code? I'm just not sure what you're asking… Commented Oct 12, 2011 at 19:05
  • As davetron5000 suggests, there is no reason that Selenium (especially selenium RC with the ruby client) cannot be used to define the cucumber steps. I think you should take a closer look at selenium rc, and cucumber step definitions. Commented Nov 4, 2011 at 23:36