Blog do projektu Open Source JavaHotel

niedziela, 19 grudnia 2010

Disabling test case

I added very simple feature to BoaTester framework. After creating disabled file in test case directory this test is ignored during test execution. The content of this file is not important, it can contain explanation while this test case is temporarily switched off.

Just like:

testcase {directory}
  test1
     {test case content}
     disabled

It is very convenient because it is possible to run test suite and one test case does not block the execution. The test case still exist and is visible so we can anytime come back to this test and resolve the issue related to this test.

Brak komentarzy:

Prześlij komentarz