---
tags: English
---
# SideeX to TestingBot
1. Open [TestingBot](https://testingbot.com/) official website
2. Register an account and login
3. Click on [document](https://testingbot.com/support/getting-started/nodejs.html)  in profile
4. Click `Automated Testing` => `Examples and Tutorials` => `NodeJS Examples`
5. Use the `Capabilities` of TestingBot with NodeJS, and then replace all `'` to `"`
```
{
"browserName": "chrome",
"client_key": "your_client_key",
"client_secret": "your_client_secret",
"platform": "WIN10",
"version": "latest"
}
```
6. Open SideeX and press the setting button
7. Toggle Playback through WebDriver

8. Add a new service and then add a new browser

9. Fill in **Server URL** with `hub.testingbot.com` and port `80`

10. Click on Capability Editor  and paste the generated capability

11. Play the test case. A browser window will be automatically triggered by TestingBot.
