Unit testing DataTables
Unit testing DataTables
adhiseshuj
Posts: 2Questions: 1Answers: 0
Hi all,
I just started using DataTables. And I am new to Jasmine testing also. Can I do unit testing on DataTables using Jasmine framework, Can you guys suggest any other framework
This discussion has been closed.
Answers
Yes you can use Jasmine or anything else. Its just a Javascript library, so if you want to write your own tests, feel free to use whatever you like :-)
Allan
Can you suggest any website to take a look on how to write unit tests for sorting,searching,pagination etc . Thanks in Advance
Google.com and then search for "Javascript unit testing" would be my first approach :-). There are lots of frameworks available - you could try and few out and settle on the one you like the most.
Allan