ContactAssistApp / server

CovidSafe backend API service
https://covidsafe.cs.washington.edu/
MIT License
22 stars 13 forks source link

Test -> Develop: Adding local loading web tests #31

Closed kgao closed 4 years ago

kgao commented 4 years ago

Sync latest local loading tests against API version = 2020-04-15 Powered by VS MSTest. (Keep test branch incase for future modification)

corygehr commented 4 years ago

@kgao I changed the perf testing project name to keep it consistent, but otherwise this is a great start.

Some questions:

  1. Is it easy to bulk-update the URL? We will want to test against a production server and not localhost.
  2. Any chance we can randomize the values provided? It would be helpful to test many scenarios, not just the same ones. But, it would be time consuming to build custom parameters.
corygehr commented 4 years ago

Resolves #15

kgao commented 4 years ago

@corygehr Good questions:

If we are looking into automation load test, I would look into JMeter/Node version before modification of current MSTest (Given loading test of MSTest is deprecated after VS2019.)