reducing build time

12
Let’s Reduce Build Time Rajdeep Varma Quality Analyst, ThoughtWorks Benazeer Khan Quality Analyst, ThoughtWorks

Upload: vodqa

Post on 13-Jul-2015

96 views

Category:

Technology


0 download

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