Click here to Skip to main content
15,887,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm developing a single page application with html/javascript as a front-end and node.js as a backend, and i'm looking for a library to test both the client and server sides against the use cases. I would like to write tests that simulate the user interaction and assert the expected states and behaviors, thus covering all the involved pieces without doing separate client and server side testings.
I tried jasmine.js but could not achieve what i wanted, and the other libraries seem to be not much different to me, what approach do you suggest?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900