AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
XVCR
If you want to do browser based testing, you kind of go to Cylenium. I generally create like a browser test environment, a new mix environment or an API test environment. And in that environment, it makes actual API call. It doesn't use the XVCR and other things to like kind of block that and have its own tests That make a call and test the response basically make the call the module, module that makes API call and see what the response is. Also, this isn't even quite touched on when testing the more granular you can make the testing part of the API part of the code the better. For example, module A calls module B and module B usually