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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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.