reducing build time

Post on 13-Jul-2015

96 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Let’s Reduce Build Time

Rajdeep VarmaQuality Analyst, ThoughtWorks

Benazeer KhanQuality Analyst, ThoughtWorks

Test Pyramid

Time

Wait only as much as needed.

DRY

Avoid relaunching browser between two tests

Use element locators smartly

Execute tests in parallel

Consolidate your tests

Create test data using web-services API, if possible

Try to go ‘headless’

Do not automate everything

Questions

top related