argo49 / soen-scheduler

1 stars 3 forks source link

Javascript Testing Framework #22

Open argo49 opened 10 years ago

argo49 commented 10 years ago

We should probably decide on a javascript testing framework since most of our functional code will be written in javascript. The two frameworks I know about are qUnit, created by the guy that made jQuery, and Jasmine which is supposed to be a more intuitive framework.

I guess it's up to the testing team to decide what we're using, but we should probably use some kind of framework to automate the process.

MWarsame commented 10 years ago

Ye I was thinking of using Jasmine and JUnit for server-side.

On Sun, Feb 9, 2014 at 6:50 PM, Tyler Argo notifications@github.com wrote:

We should probably decide on a javascript testing framework since most of our functional code will be written in javascript. The two frameworks I know about are qUnit https://qunitjs.com/, created by the guy that made jQuery, and Jasmine http://pivotal.github.io/jasmine/ which is supposed to be a more intuitive framework.

I guess it's up to the testing team to decide what we're using, but we should probably use some kind of framework to automate the process.

Reply to this email directly or view it on GitHubhttps://github.com/argo49/soen-scheduler/issues/22 .