Unit Testing in VB 6 with SimplyVBUnit

后端 未结 3 2085
时光取名叫无心
时光取名叫无心 2021-02-15 16:27

I\'ve recently decided to start using some light unit testing to see if it adds any value to our project, but I\'m having trouble finding documentation for SimplyVBUnit. Any su

3条回答
  •  时光取名叫无心
    2021-02-15 17:11

    Have you considered collecting test coverage? This determines what part of your code has run, often as exercised by your unit tests. To do this, you need a test coverage data collection tool, as well as your tests.

    EDIT: The only VB6 test coverage tool I know is http://www.aivosto.com/vbwatch.html Aivisto seems to have a generally good reputation for thier VB tools.

提交回复
热议问题