^^^^^^^^^^^^ (GUI/system)^^^^^^^^^^ (functional)^^^^^^^^^^^^^^^^^ (unit)
That is, the majority of our tests are at the unit level (that's good), but we are top-heavy with GUI tests. So with the help of the Ace team, we're moving toward more under-the-GUI integration tests using Webrat. Now we're looking more like:
^^^^^^^^^^^^ (GUI/system)^^^^ (integration)^^^^^^^^^^ (functional)^^^^^^^^^^^^^^^^^ (unit)
The goal is to convert some of those Selenium (GUI/system) tests to Webrat (integration) and get our pyramid more in line (and help our team be more productive). There's still obviously need for the GUI-system tests, but we're just trying to be smarter about it.
No comments:
Post a Comment