Questions tagged [simplyvbunit]

SimplyVBUnit is a VB6 Unit Testing Framework that helps to easily build unit tests in the VB6 IDE. It is modelled after the popular NUnit for the Dot.NET framework.

4 questions
8
votes
3 answers

Unit Testing in VB 6 with SimplyVBUnit

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 suggestions?
bitcycle
  • 7,632
  • 16
  • 70
  • 121
6
votes
6 answers

How do you Unit Test an .EXE with 3rd party dll?

I'm still learning the dark arts of TDD and recently I've been trying to learn how to do TDD in VB6 and what I basically narrow down the list to was the free simplyvbunit and the most costly vbunit3. My application is an richtext editor with plenty…
melaos
  • 8,386
  • 4
  • 56
  • 93
2
votes
1 answer

VB6 - Project group - SimplyVBUnit project add reference to standard exe?

I am trying to implement SimplyVBUnitTesting for a VB6 project. The wiki says to add a reference to the main project DLL. My first thought was, "How would I do that for a standard exe that has an MDI form in it?" (Doesn't seem like you can create a…
Jeffrey P
  • 357
  • 1
  • 4
  • 17
0
votes
1 answer

How to Unit test VB6 code in .NET

I am getting started with Unit testing in order to better manage this Legacy code in VB6 that I’m working on. I started with the C# unit test on a small demo application to get the hang of it and then started to play with SimplyVBUnit (which I’m…
BMFS
  • 19
  • 4