1

I need multiple output formats from my unittest cases..

  1. HTML output
  2. XML output

Currently I need to execute all test cases multiple times with

  1. HTML Test Runner for HTML output
  2. XML Test Runner for XML output

This is because result object is bound with each TestCase and I couldn't found how can I bind list of result classes to each TestCase...(which may actually solve my problem)

AliciaBytes
  • 7,300
  • 6
  • 36
  • 47
shahjapan
  • 13,637
  • 22
  • 74
  • 104

0 Answers0