When running MStest No test to execute is shown in TestComplete
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When running MStest No test to execute is shown in TestComplete
I have created MSTest in Visual Studio 2017 and the tests are executed. I have added the dll in TestComplete MSTest and tried to run it but it is showing " No TestCases to Execute".
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you follow all these configuration steps?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, I have followed these steps.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you used https://support.smartbear.com/testcomplete/docs/testing-with/advanced/unit-testing/running.html and do your tests appear?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@rraghvani This is while doing TCUnit Tests, right? I am using MStest.exe to run the tests. In that case, I am getting no tests to execute.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's an alternatives to MSTest Unit Tests, which should work as well.
I don't have Desktop license, so I can't test this out.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have actually used TCUnit Test where I get the methods and test it. It is working fine. I was trying out whetther I can use MSTests as well which is a framework, right? But I am not getting the tests there.
