eSunit extension description :Save time and money spent on Quality Assurance, eSUNIT provides a kit of tools to enahnce the Instructions for use :-The user must create two folders on the root of the project. -One should be called "scripts", that will hold the code to be tested. -Inside the "scripts" folder create another folder called "tests". -In "tests" you should write down the test cases. They will be as it follows: assert.equal("function_name"("param"), true);. -Press ctrl + shft + p and select the eSunit command.
|