Intrebare aplicatie web testing

Aici este locul unde puteti scrie despre orice probleme /intrebari, in limita bunului simt, care nu au legatura cu subiectele din celelalte forumuri, sau cu materialele de pe site.
andras
Mesaje: 430

Intrebare aplicatie web testing

Salut,
Ce sint instrumentele de web testing (ex. PHPUnit) si cum se aplica ele? Merita sa fie utilizate la aplicatii medii? Cind se justifica utilizarea lor?

MarPlo Mesaje: 4343
Salut
Eu nu am folosit astfel de aplicatii, dar din curiozitate am cautat pe internet despre PHPUnit, si am gasit aceasta descriere pe Wikipedia:
PHPUnit is based on the idea that developers should be able to find mistakes in their newly committed code quickly and assert that no code regression has occurred in other parts of the code base.
The goal of unit testing is to isolate each part of the program and show that the individual parts are correct. A unit test provides a strict, written contract that the piece of code must satisfy. As a result, unit tests find problems early in the development cycle.
- Poate altcineva cunoaste din experienta despre acest tip de aplicatie si ne spune daca sunt utile si la ce.

Subiecte similare