Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Unit testing framework.

    Hi Isomorphic,

    We are looking for the recommendations on which unit testing framework to use to test smartclient javascript code. Currently, we are evaluating Jasmine.

    Thanks,
    Santosh.

    #2
    We don't have a specific recommendation as we use something proprietary. However for non-unit tests that simulate user actions, we do recommend Selenium and have special support for it (see the Automated Testing overview in the SmartClient Reference).

    Comment


      #3
      Originally posted by Isomorphic
      However for non-unit tests that simulate user actions, we do recommend Selenium and have special support for it (see the Automated Testing overview in the SmartClient Reference).
      what about SOASTA (which you used to recommend in the past)?

      Comment


        #4
        That too, however, it's more oriented for load testing than functional testing (it can do both).

        Comment

        Working...
        X