0
Answer

Get TestCase name list from Test.dll

Ask a question
Using mstest.exe with below argument
Example: /testcontainer:tests.dll
we can execute the testcases in tests.dll is there any way where in
from the tests.dll I can get
a) All the test case names from tests.dll
b) Testcase name which contains some string " "
    Example: "BVT" will list all testcase names that contain BVT string in tests.dll.

Thanks,
Anil kumar.