PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Test Driven Development
Test Driven Development
Débuté par Hilario Perez Corona, 19 sep. 2008 09:34 - Aucune réponse
Posté le 19 septembre 2008 - 09:34
I want to implement Test Driven Development in WebDev.

My question is... has someone experience in this field with WebDev?

In WinDev this is easy, because i can create a test for a screen and then check for the database changes, etc...

I know how to implement it on Java, or .NET, but on WebDev is not that straightforward, because as i see, i would need to make a class for each Page, and make test units for these classes. I have no problem with this, the thing is that i can lose the "easy programming model" that WebDev provides me...

Any comments or guidance is welcome!

Thanks.