How d开发者_如何学Goo people test heavy UI applications? Specifically, the UI is in a web browser in an SVG or Canvas element.
Like, say most of the application is drag/drop and resizable and different things that happen as a result of dragging to a certain place or resizing to a certain size.
What are some strategies people use today?
Here are two resources:
Selenium (http://seleniumhq.org) is a free tool for testing Web applications.
PushToTest (http://pushtotest.com) offers a free small-volume application, a paid high-end application and paid services.
精彩评论