unit testing + software development + asp.net mvcdlucanu/cursuri/css/resurse/... · 2010-06-02 ·...

30
Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer – Maxcode.ro Co-founder: joobs.ro – primul portal de joburi IT 26 mai 2010, Facultatea de Informatică, Iași [email protected] Twitter: @dotnet18 Blog: http://gabrielenea.blogspot.com

Upload: others

Post on 09-Aug-2020

6 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Unit testing + software development + ASP.NET MVC

Gabriel Enea Senior Software Developer – Maxcode.ro

Co-founder: joobs.ro – primul portal de joburi IT

26 mai 2010, Facultatea de Informatică, Iași

[email protected]

Twitter: @dotnet18

Blog: http://gabrielenea.blogspot.com

Page 2: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Cât de important e…?

Buna ziua,

Avem placerea sa va anuntam ca ati fost promovat la

statutul de client Distributie - discount 0.

Achizitiile dvs. la PC Garage au depasit o valoare de 0,00

RON, cumuland un numar de peste 0 de comenzi.

Toate cele bune,

Echipa PC Garage

http://www.pcgarage.ro

Page 3: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Cât de important e testarea?

Inca un mail de la Garaj, de data asta cu scuze :)

Salut Gabriel,

Ne cerem scuze pentru email-ul primit de la noi mai devreme in care erai anuntat ca faci parte dintr-un grup de clienti inexistent.

A fost evident o eroare din partea noastra si s-a intamplat din cauza testarii insuficiente a unei facilitati.

Am corectat eroarea si promitem sa nu se mai intample.

Daca nu ai primit mail-ul, inseamna ca a ajuns prin folderele de Trash sau Junk si bine a facut.

Te rugam din nou sa ne ierti pentru orice inconvenienta si iti oferim un voucher de 10 lei pe care-l poti folosi la cumpararea oricarui produs: 3YEBC3I9

Un weekend placut,

Echipa PC Garage

Page 4: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Cu toții ne dorim … ?

Page 5: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Clienți fericiți!

Page 6: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Dar, majoritatea sunt …

Page 7: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Clienți nefericiți!

Page 8: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Ce facem? Ce ar trebui? Ce schimbăm? De unde pornim? Unde ajungem?

Page 9: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Cum testezi un avion?

Page 10: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Testare componente

Page 11: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Cât de important e arhitectura software în testarea automată?

Page 12: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Important: cerințele aplicației, domeniul de execuție, …

Page 13: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Domain Driven Design

Page 14: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Decuplare + Interfețe!

Page 15: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

DDD și MVC

Page 16: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Core of TDD

Page 17: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

TDD

Test Driven Development is not about testing!

TDD = tehnică de dezvoltare software

Pași în TDD:

Scrie un test care eșuează

Scrie suficient cod astfel încât testul să treacă

Rearanjează codul sursă (refactoring)

Repetă procesul pentru părți mici de cod

Page 18: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

ASP.NET MVC

Separare clară între logica UI, business și intrările utilizatorului

Extensibil Arhitectură bazată pe interfeţe

Puţine clase nemoştenibile

User/SEO Friendly URLs

Page 19: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

ASP.NET MVC și TDD

Testabil 100%

Regulă: Niciodată să nu testezi codul care nu e scris de tine! (de ex. cel impus de framework/librarie)

Page 20: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Testare Model/Domeniu

Validează implementarea corectă a domeniului aplicației

Independent de factori externi (baze de date, view-uri, platformă, …)

Testare reguli de validare

Page 21: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Testarea rutelor

Pași: Se utilizează un framework de mocking (MoQ)

Se simulează o cerere HTTP

Se verifică valoarea parametrilor din colecția RouteData

Page 22: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Demo 1 – Testare rute

Page 23: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Testarea controller-elor

De să le testezi?

Controllere-le conțin logică care ține de comunicarea dintre aplicație și utilizator (flow).

Page 24: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Demo 2 – Testare controller

Page 25: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Testare View-uri?

Nu are sens dacă UI-ul se modifică des!

Are sens dacă testele nu țin de poziționarea elementelor în cadrul interfeței utilizator

Unelte de test:

Selenium (addon Firefox), Visual Studio for Testers

Page 26: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Testare Html Helpers

Validează răspunsul (cod HTML, …) unui Html Helper (ex. Html.TextBox, Html.CheckBox, ..)

Presupune mocking peste View-uri (ViewContext)

Page 27: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Demo 3 – Testare Html Helpers

Testare metodă Html.TextBox

Page 28: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

De reținut

Context

Domeniu

Cerințe

Arhitectură + Testare

Dezvoltare + Testare

Testare

Testare …

Client fericit!

Page 29: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Unit testing + software development + ASP.NET MVC

Întrebări?

Page 30: Unit testing + software development + ASP.NET MVCdlucanu/cursuri/css/resurse/... · 2010-06-02 · Unit testing + software development + ASP.NET MVC Gabriel Enea Senior Software Developer

Unit testing + software development + ASP.NET MVC

Gabriel Enea Senior Software Developer – Maxcode.ro

Co-founder: joobs.ro – primul portal de joburi IT

[email protected]

Twitter: @dotnet18

Blog: http://gabrielenea.blogspot.com

Mulțumesc!