Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6053155
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:00:30+00:00 2026-05-23T08:00:30+00:00

I’ve been going through a VB6 application called SimplyVBUnit . Now the great thing

  • 0

I’ve been going through a VB6 application called SimplyVBUnit. Now the great thing is that the person who wrote this has released its source and I have been attempting to work out how they actually accomplished the unit testing functionality for VB6 but so far I have struggled to understand how the code works.

Basically what I am hoping somebody can explain to me is how one create a unit testing framework for VB6 given (to the best of my knowledge) it doesn’t implement anything similar to the “Compiler Services” or reflection provided by .NET?

Without these features I can’t get my head around how one could invoke a method/object/whatever dynamically at runtime and observe the result. Any chance someone could provide some input?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T08:00:30+00:00Added an answer on May 23, 2026 at 8:00 am

    I’ve been using SimplyVBUnit in an old VB6 app. It’s great. I have over 100 tests. But I had to heavily change it to integrate it with my app (e.g. so that I can go to the Help menu and run Unit Tests. Specifically, I separated the UI from the actual implementation, so it’s UI agnostic.

    The source is actually not that complicated (once you grok what the guy is doing). VB6 does not have any reflection and TLBINF32.DLL only works on external DLLs, thus if you wanted to integrate SimplyVBUnit into your app, you can’t take that approach.

    You create a Unit Test class in an ActiveX DLL that inherits from ITestCase. You implement a method called RunTest. Inside the method, you have the following:

    Private Sub ITestCase_RunTest(ByVal TestNum As Long, TestName As String, ExpectErrNum As Long, EndOfTests As Boolean)
        Dim objTestNum As New TestNumGenerator
    
        Select Case TestNum
            Case objTestNum.NextNumber
                TestName = "Instantiate an APDebit Object"
                Test_InstantiateAPDebitObject
            Case objTestNum.NextNumber
                TestName = "Create an APDebit record."
                Test_CreateAPDebit
            Case objTestNum.NextNumber
                TestName = "Load an APDebit record."
                Test_LoadAPDebit
            Case Else
                EndOfTests = True
    
        End Select
    
    End Sub
    

    You then pass your class into the UnitTest framework and it calls the RunTest method on it.

    I can share the code if you wish to disconnect the UI from the implementation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
this is what i have right now Drawing an RSS feed into the php,
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into
I need a function that will clean a strings' special characters. I do NOT
I'm trying to create an if statement in PHP that prevents a single post
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.