Menu

Does SimplyVBUnit support Connectivity? What kind of Connectives does it provide i.e., Database, remote server connectivity.

Ajesh SR
2017-05-05
2017-05-05
  • Ajesh SR

    Ajesh SR - 2017-05-05

    We are working on a VB6 application for which most the actions are performed on the remote server by connecting to the Db and fecthing the details. Could someone please assist us if SimplyVBunit supports connectivty? and if yes what all connectivites does it support. Please do provide the links (if any) for reference.

     
  • Kelly Ethridge

    Kelly Ethridge - 2017-05-05

    SimplyVBUnit is only a unit-testing framework. It provides the ability to run your defined tests and allows you to perform assertions on expected results within the tests. It doesn't facilitate any connections with services. If you want your tests to connect to services, SimplyVBUnit does not prevent that, but you'll have to connect to your services yourself.

     

Log in to post a comment.