Forum Discussion
3 Replies
- Marsha_R
Champion Level 3
Here's the junit example from this page
From Tests
Use the
Log.SaveResultsAs
method:Log.SaveResultsAs("C:\\Work\\Log\\Log.xml", lsJUnit);
A JUnit report is created only for a Summary report generated for your test run.
- sohailalam2696Contributor
What about getting the results from whole execution plan? I want all Execution results exported in JUnit. Thank you
- rraghvani
Champion Level 3
If you read the section From the command line, that will give you exactly what you require.