surper wrote:Wht is your structural testing really good at?
You probably will want to use structural testing of a web application when you anticipate that the application will have dynamic internal content but will have constant basic structure.
A test constructed with the eValid structural testing approach avoids all of the test brittleness involved when your application is very dynamic, is changing a lot, has features that move around on the page from day to day, or has completely dynamic internal structure.
A word of caution, however: For a web application to be tested structurally there does have to be SOMETHING that "stays constant," something around which a test can pivot successfully.
The eValid Team