AbanteCart Community

General Topics => News and Announcements => Topic started by: abantecart on January 20, 2013, 11:42:08 AM

Title: Need help with setting up unit testing
Post by: abantecart on January 20, 2013, 11:42:08 AM
Anyone who has experience with setting up unit testing or selenium, please help.

AbanteCart project at the stage where we need to control the quality of future development and setup automated unit testing and visual testings.

We picked PHPinit for code unit testing and selenium for automated visual testing

Anyone with experience and willing to help, please PM me for further discussion
Title: Re: Need help with setting up unit testing
Post by: Bhagyashri7M on August 12, 2021, 07:28:32 AM
How to setup Unit Testing
To add a unit test project:
Open the solution that contains the code you want to test.
Right-click on the solution in Solution Explorer and choose Add > New Project.
Select a unit test project template.
Add a reference from the test project to the project that contains the code you want to test.