1 Solution
Hi Yetao,
We appreciate your feedback. Unfortunately, this is a current limitation of the CodeRush Unit Test Runner. It does not support CodedUI tests. We are going to eliminate this limitation by implementing the mentioned support with one of our future releases.
-
Thanks Alex
Hopefully, that would not be a far future release. I mean CodeRush's Test Runner much better and faster than MSTest's one.
Well, actually, if I add a CodedUI Test in my unit test project, then test runner cannot run other normal unit test too, because it cannot build the unit test project. Any work around for this issues?
-
Yetao,
Thank you for your words about CodeRush Test Runner. I'm not sure I understand what you mean under "because it cannot build the unit test project". Would you please clarify this sentence? Do you mean that your unit test project becomes uncompilable and Visual Studio cannot build it? -
The thing happened like:
I have a unit test project
1. I create unit test for some normal function, Test Runner works well.
2. I create a coded ui test, I want to use Test runner to run that ui test, but I got message 'no test founded'
3. then I go to check output window (choice DXCore from drop down list), I see above exception message.
4. I use MSTest to run normal unit test and ui test, all of them works well.So, where is the issue?
-
Hi Yetao,
I apologize for the delayed response. I have reproduced this behavior, and we consider it incorrect. The issue is connected to our Test Runner. We appreciate your patience while we are looking closer into it to find the best solution to fix it.
Is your intention to post an answer to your own question?
- If so, then proceed.
- If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
- If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.