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.

2
  • 1
    That does not work with UI testing tools like Selenium. You need a working and stable UI to be able to create the tests. Commented May 1, 2017 at 9:00
  • @DocBrown: I don't think that's necessarily true. If you give me a specification for a new web page, I can begin (and maybe finish!) writing automated tests before the page is written. You simply need to collaborate with the developer so that you both agree on what the page structure is, what the element ids are, and so on. Commented May 1, 2017 at 12:25