You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the app gets larger/more complicated manual testing is starting to be a pain, and you've skipped some use-cases that have then broken (e.g. CSV export).
A few basic "acceptance" tests could be useful, now that the app is settling down:
make a basic query
classify some query results
amend some already-analyzed results
export CSV
The text was updated successfully, but these errors were encountered:
You may need to do these in a Selenium-type framework as there is a fair bit of JavaScript/AJAX going on. But perhaps you can do simple Django tests to start.
rosnfeld
modified the milestones:
2014-03-01 Milestone,
2014-03-07 MilestoneFeb 28, 2014
As the app gets larger/more complicated manual testing is starting to be a pain, and you've skipped some use-cases that have then broken (e.g. CSV export).
A few basic "acceptance" tests could be useful, now that the app is settling down:
The text was updated successfully, but these errors were encountered: