Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi.. i implemented a UI to run the ordered test for BDD of my application .. there is a list of ordered test and if u select one of these tests and click on execute the ordered test case will be executed.
This is a wpf application that i have built which represtent a dashboard for running ordered test.
No if i am executing this application using VS2012 it working fine, but when i implement click once deployment and try to run my application using Click once i am getting an error which says that ordered test not executed.
I have checked all the files that are mandatory and the UI along with the list of ordered test is getting installed but the ordered test case is not getting executed. after a research i think the problem might be because of MSTest.exe which runs only in its own shell and ordered test run in mstest.exe. so when i am trying to run the ordered test from click once without VS2012 it is unable to execute the ordered test.
Please help me with the solution. i am searching for a week and i am not able to find a solution for the problem.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900