First let me say how much I love selenium! I wish I would have had this tool for all of my projects.

Here's the flow now:
1. QA user goes to QA server /selenium
2. selects a suite of tests to run or "all tests"
3. clicks the "All" button to run all the tests in the suite
4. if a test fails, the log doesn't contain enough detail of what the specific error message was 5. as the rest of the tests run, the user can't easily get back to the page that had the error message

When the error is discovered I want to write the error text in the log.

Right now our plan is to add a specific function to the user-extension.js to do this. I think our function will verify that our Error div doesn't exist, but if it does, we will log the text, and add it to the right most <td> I was just wondering if anyone else had already addressed this kind of thing. (I don't want to add a bunch of extensions that are already covered in other ways)

Thanks,
-John


_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to