Page 1 of 1

Wht is your structural testing really good at?

PostPosted: Fri Jul 23, 2010 4:17 pm
by surper
Wht is your structural testing really good at?

Re: Wht is your structural testing really good at?

PostPosted: Mon Aug 09, 2010 11:37 am
by eValid
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