prior-art-archive / priorartarchive.org

Prior Art Archive Site
https://priorartarchive.org
GNU General Public License v2.0
3 stars 1 forks source link

Codify the testing plan for v2 #27

Open slifty opened 5 years ago

slifty commented 5 years ago

Since we don't have automated tests in place, we need to at least put together the script of what we need to do to test the full functionality of the Prior Art Archive. This script will be used to verify that v2 is working before we migrate fully to it. It will also be useful as a starting point for when we ultimately write automated testing.

metasj commented 5 years ago

See the test cases in prior-art-archive/overview#14.

Smoke testing: A list of ~100 strings that should return results without error should suffice. (stemmed and unstemmed keywords, examples of each operator in the searchtext and in the selector, CPC searches, strings with various special characters)

Search quality testing: a side-by-side test of ~10 searches should suffice.
(As long as we're leaving the old search up for a time to compare against the new if issues arise.)