Browserstack low-code testing
You can use MailSlurp email and SMS accounts in Browserstack no-code environment by loading the test.mailslurp.com disposable email account screen.
Recommended BrowserStack flow
- Open test.mailslurp.com in your BrowserStack test.
- Authenticate with your MailSlurp API key.
- Create an inbox or phone number for the current test scenario.
- Use the generated address/number in the app under test.
- Return to the test interface to assert message/SMS content.
Programmatic access
To make API requests during tests, use the REST API docs or an SDK in your test worker.
When to use API calls instead of the no-code interface
- Use the test interface for browser-native, low-code scenarios.
- Use API/SDK calls when you need deterministic setup, parallel runs, and CI pipeline assertions.