Non functional requirements verification - stacc-dasso/woocommerce-extension GitHub Wiki

Scalability

  • For web stores containing less than 500 product types, syncing shall be done in less than 10 seconds.

    • Testing with 512 products, syncing finished in 4 seconds:

Fault tolerance

  • The extension shall not change the look of the web store if it is unable to fetch recommendations for the user (no unnecessary empty box).

    • Testing with Mock API running:

    • Testing with no API:

  • When there's a problem with receiving products, the box won't show up at all and the shop works as usual.