nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01503
[Bug 703945] Re: multiple Checkbox select can not be run
Hi Charlie,
I am not sure if this is a bug, but I have listed how I have used NUnit
and scenario 1 and 2 was the first two select I have chosen for using
checkbox.
Example:
[ ]Root
[ ]a
[ ]a1
[ ]a2
[ ]b
[x]b1
[x]b2
[ ]b3
Scenarios:
1. If I right-click on Root and press run. All tests will be run and not only b1 and b2
2. If I right-click on b1 and press run. Only b1 is tested.
3. To test selected, b1 and b2, I need to press the RUN key and not right click on tree.
I am not sure if this is a bug, but I have listed how I have used NUnit
and scenario 1 and 2 was the first two select I have chosen for using
checkbox.
Comment to new feature:
If I have 100 test cases and want to run 90 of them. Then I need to mark 90 times in checkboxes to add them. I coud be nice to select an area to mark more, as marking files in Total Commander or Explore.
-Thomas
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/703945
Title:
multiple Checkbox select can not be run
Status in NUnit V2 Test Framework:
New
Bug description:
Bug:
It has not been possible for my to select some test cases (ex. test case 3 out of 10) and only run selected test cases by marking in checkboxes.
New feature:
It could be nice to have the functionality to enable/disable multiple checkboxes by marking more check boxes by (as in Total Commander).
Follow ups
References