I have ancestral project and my Nightly build fails. I can`t find out how to fix it. Problem is about test cases sequence dependent execution.
Environment:
There is used TFS2015 build definitions. Basically, I have a definition with a Visual Studio Build task and then a Visual Studio Test task. Visual Studio Test task is also overwritten with Powershell file and I see that in TFS Nightly build process my predefined VS Ordered Test statements is ignored.
Important
Test cases are sequence dependent (as I said, this project is ancestral).
Problem
Interesting is that build log files always shows test execution in sequence what I define in VS Ordered Test, but at TFS2015 Detailed report Test results sequence always is different. So I can`t find out what affects test case execution procedures in TFS. Also I am not sure how tests are executed - parallel or sequentially (As I see, both TFS and PowerShell has no indications to run test cases in Parallel).
I have 2 questions:
- Powershell brake down all in VS defined conditions?
- Which is the best way to define test execution order, so that it takes into account?