Forum Discussion
markre94
4 years agoOccasional Contributor
Marsha_R, thanks for the answer.
I need to have this property to be configurable by script. What are my options then?
1. Is it a way to have two .mds files for one project and switch it programmatically, then?
2. Or is it the way to reload .mds file after the script change via xml parsing?
I really have no idea how to tackle this problem.
Marsha_R
Champion Level 3
4 years agoNeither one of those is a good option.
You can try putting your Stop tests and Stop/Rerun tests in two different projects under one project suite. Then they would automatically have different .mds files.
Something else that might work is writing your own event handler for the ones you want to rerun and check for the failure yourself instead of letting TC handle it automatically.