Test Execution Time and Running Web-UI Tests in Parallel

From CitconWiki
Revision as of 19:15, 21 February 2014 by Ben (talk | contribs) (Created page with "===Tools=== Selenium Grid Parallel Cucumber SWARM (cloud based browser test tool) parallel and parallel-tests ruby gems ===Methods=== Distributing tests across multiple...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Tools

Selenium Grid

Parallel Cucumber

SWARM (cloud based browser test tool)

parallel and parallel-tests ruby gems



Methods

Distributing tests across multiple test executor slave/nodes

Limiting tests on each branch to only the functionality that is being changed in that branch. (Doing the full set of tests on the master branch only)

Testing against each component individually. (Not trying to test the whole software stack in one set of tests.)