Showing posts with label parallel. Show all posts
Showing posts with label parallel. Show all posts

Friday, 15 July 2016

Parallel Testing thumb rules:

Parallel Testing thumb rules:

Each Test must be atomic, must have no dependency.

Implement Grouping mechanism to run in small batches.

Write meaningful comments for each test.


Choose a reliable GRID environment.