I need to do load testing for my full fledged multi routes, stateful web app. There are options like meteor-down and meteor-load-test but they are not testing exact user behavior which includes everything from server code to client code.
Or I should test only server side code as this is which is gonna to run on server as everything else will run on client? And how can I test other routes within my Meteor app or testing only root path is sufficient. I also need benchmarking of different parameters regarding testing.
Can I also use other stress testing tool like Jmeter or not? And in case meteor-down and meteor-load-test are the best option can you provide some scenarios(prototype code) to test for.
Please guide me for stress testing related to meteor.