Open terenceng2010 opened 8 years ago
Source: Goranka Bjedov, Google Tech Talk
Performance Testing
Stress Testing
Load Test
Scalability
Performance Profiling
Reliability Testing
Availability Testing
Why test Performance?
Why NOT to test Performance?
Before releasing the app for testing, its better to do some stress test to see how many people we can support.
Via the below load test framework, it emulates user logins without passwords.
https://atmospherejs.com/meteorhacks/meteor-down https://github.com/meteorhacks/meteor-down
try write some test script to emulate users concurrently chating, using class, voting in class to see the performance of pub/sub and meteor methods in kadira