Child pages
  • Servoy Mobile Unit Testing

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Mobile jsunit tests can be run - similar to Smart Client jsunit tests - both from Servoy Developer (using a browser installed in your OS) or as automated tests that can run as part of an automated build system (Jenkins, Cruise-Control, ...).

Creating

...

a Test Solution

In order to write tests for your mobile solution - let's name it 'x' - you can create a new solution 'test_x' solution that has 'x' as a module.

...

A very basic sample mobile test solution setup is available for download at building a software factory tutorial.

Running Tests

...

in Servoy Developer

In order to run mobile jsunit tests in Servoy Developer you can use:

...