Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium

New issue 423 by sakariij: Easier way to implement croscutting checks
http://code.google.com/p/robotframework/issues/detail?id=423

Say we have a requirement that no core dumps should be produced during any
testcase. To implement this now requires either adding a "core check" kw to
teardown of the test case or inserting the "core check" to each test case.
Doing checks in the teardown phase is just pure evil while having to add
the same keyword to each test case is error prone and clutters the test case.

It would be nice to be able to define these kinds of crosscutting checks
like we define teardowns and setups for a case: a default setting for the
suite with the possibility of overriding these settings for each test case.
It would probably suffice that the defined crosscutting check would be run
always as a last step in the test case.


--
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

Reply via email to