+ All Categories
Home > Technology > Reducing build time

Reducing build time

Date post: 13-Jul-2015
Category:
Upload: vodqa
View: 96 times
Download: 0 times
Share this document with a friend
Popular Tags:
12
Let’s Reduce Build Time Rajdeep Varma Quality Analyst, ThoughtWorks Benazeer Khan Quality Analyst, ThoughtWorks
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


Recommended