Top Banner
The frontend and the automated tests
35

The frontend and the automated tests

Aug 16, 2015

Download

Engineering

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: The frontend and the automated tests

The frontendand

the automated tests

Page 2: The frontend and the automated tests

What is QA?

Page 3: The frontend and the automated tests

The maintenance of a desired level of quality in a service or product, especially by means of attention to every stage of the process of delivery or production.

http://www.oxforddictionaries.com/us/definition/american_english/quality-assurance#quality-assurance__3

Page 4: The frontend and the automated tests
Page 5: The frontend and the automated tests

Ok, but what linktests and QA?

Page 6: The frontend and the automated tests
Page 7: The frontend and the automated tests

Ok, I got it, testing is really important.

But why automate it?

Page 8: The frontend and the automated tests

== 5 manuals tests per hour

Page 9: The frontend and the automated tests

US$ 20,00 per hour

== 5 manuals tests per hour

Page 10: The frontend and the automated tests

300 tests scenarios

Page 11: The frontend and the automated tests

300 tests / 5 t./hour * US$ 20,00

US$ 1200,00

Page 12: The frontend and the automated tests

1 x Day

Page 13: The frontend and the automated tests

1 x Day

US$ 6000,00 per week (5 days)

Page 14: The frontend and the automated tests

1 x day

US$ 6000,00 per week (5 days)

US$ 24000,00 per month (4 weeks)

Page 15: The frontend and the automated tests

== 3 automated tests per hour

US$ 20,00 per hour

Page 16: The frontend and the automated tests

300 tests / 3 t./hour * US$ 20,00

US$ 2000,00

Page 17: The frontend and the automated tests

1 or 1000 x Day

US$ 2000,00

Page 18: The frontend and the automated tests

5 x week

Automated ManualUS$ 2000,00 US$ 6000,00

Page 19: The frontend and the automated tests

Cost of test execution

Page 20: The frontend and the automated tests
Page 21: The frontend and the automated tests
Page 22: The frontend and the automated tests

Ok, I got it.Automated tests are

awesome

Page 23: The frontend and the automated tests

Unit

Integration

Functional

CRISPIN, Lisa; GREGORY, Janet. Agile Testing: A Practical Guide for Testers and Agile Teams. Estados Unidos da América : Pearson Education, 2008.

Page 24: The frontend and the automated tests

CRISPIN, Lisa; GREGORY, Janet. Agile Testing: A Practical Guide for Testers and Agile Teams. Estados Unidos da América : Pearson Education, 2008.

Unit

Integration

Functional

Page 25: The frontend and the automated tests

Unit

Page 26: The frontend and the automated tests

Unit

Page 27: The frontend and the automated tests

Unit

Page 28: The frontend and the automated tests

Unit

Page 29: The frontend and the automated tests

Unit

Page 30: The frontend and the automated tests

Ok, I got it.Unit tests are the easiest to

automate.

But what about the front-end dude?

Page 31: The frontend and the automated tests

………….

Page 32: The frontend and the automated tests
Page 33: The frontend and the automated tests

Test case

test

Page 34: The frontend and the automated tests

Scenario preparation

Stimulus

Assertion

http://tryjasmine.com/

Page 35: The frontend and the automated tests

Thank you all ;)

[email protected]