Comment #11 on issue 398 by Andreas.EbbertKarroum: Remove `Test Setup`, `Test Teardown`, `Default Tags` and `Test Timeout` from init files
http://code.google.com/p/robotframework/issues/detail?id=398

So there we are. Today, I wanted to use that feature to realize it's deprecated :) I wanted to use it for a directory that contains a lot of selenium based acceptance
tests, and I wanted to share the same setup/teardown over all tests.

Setup should initialize the selenium library consistantly, and teardown also does
some extra tricks to take snapshots on failures, etc.

To adhere to the DRY principle, I'd like to have one place to configure the standard setup/teardown. Also, I don't find it confusing, just the opposite: convention over configuration! You establish a convention with these default seetings, and as long as your test cases are happy with it, everything's fine. If they need an exception, you
can still configure that on the individual test case level.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


--
To unsubscribe, reply using "remove me" as the subject.

Reply via email to