Erlang Programming/Testing

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Testing[edit | edit source]

The recommended order of testing for an Erlang program is:

  • Test on one core in one microprocessor.
  • Test on multiple cores.
  • Test on multiple computers (if needed).