forked from scudco/taza
-
Notifications
You must be signed in to change notification settings - Fork 19
Writing Tests
scudco edited this page Sep 13, 2010
·
5 revisions
Taza was written with multiple Sites in mind. This means that Taza provides conventions for three types of testing.
- Functional Testing – Tests one site, possibly in isolation from other Sites
- Integration Testing – Tests multiple sites in fully integrated environments
- Story Testing – Story/Feature testing (think Cucumber)
Because this terminology can be contentious it is important to understand how each of these types of testing relates to Sites. Taza provides generators for Functional Testing at the moment. Generators for Integration Testing and Story Testing are planned and coming soon. I’m super serious.