Is it possible to do performance test of our API with newman or runner?
For example I have complex logic in our API, I already implemented it Postman collection. I have some tests. We run regular test with your runner. But is it possible to run for example 10k tests of our API in 10 or 50 threads. I have to test our api simultaneously, do load tests. Or do you have any suggestions how to do it with our collection logic in postman?
I was thinking also about run newman in nodejs and run in in some thread if it’s possible but I’m not NodeJS developer.
@oliver.kriska This is not currently possible, but you can create a feature request here with the details: https://github.com/postmanlabs/newman/issues/new. This will help us track and understand your use case better. Thanks!
Postman has performance testing since around a year now. Please check the
this link for more information - API Performance Testing | Postman API Platform
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.