I'm trying to export test cases from TFS Version 15.105.27412.0. I have tried to do this through both Excel and Visual Studio 2022, but I run into the same issue in both places.
The test cases are exported with pretty much no issue, but the steps are exported in a format, such that, there is no way to differentiate an action from an expected result.
For example, see the following test case example (dummy values):
Action : Expected Result
- asdfasdf :
- ssdfgsdfg : sdgsdfg
- asdfasdf :
- asdfasdf : fghjifghj
- :
This test cases gets export to Excel in the following format:
<div><div><p>asdfasdf</p></div></div><div><div><p>ssdfgsdfg </p></div></div><div><p>sdfgsdfg </p></div><div><div><p>asdfasdf </p></div></div><div><p> </p></div><div><div><p>asdfasdf </p></div></div><p> fghjfghj</p><div><div><p> </p></div></div><div><p> </p></div>
There doesn't seem to be a way to extract/differentiate an action from an expected result from this output.
any insight/help on this would be much appreciated.