General Topics > News and Announcements

Need help with setting up unit testing

(1/1)

abantecart:
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

Bhagyashri7M:
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.

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod