Unit testing DataTables

Unit testing DataTables

adhiseshujadhiseshuj 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

Answers

  • allanallan Posts: 63,214Questions: 1Answers: 10,415 Site admin

    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

  • adhiseshujadhiseshuj Posts: 2Questions: 1Answers: 0

    Can you suggest any website to take a look on how to write unit tests for sorting,searching,pagination etc . Thanks in Advance

  • allanallan Posts: 63,214Questions: 1Answers: 10,415 Site admin

    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

This discussion has been closed.