https://github.com/browserstack/test-university
This repository is a reference guide for all Test University resources and codes samples.
https://github.com/browserstack/test-university
Last synced: 3 months ago
JSON representation
This repository is a reference guide for all Test University resources and codes samples.
- Host: GitHub
- URL: https://github.com/browserstack/test-university
- Owner: browserstack
- Created: 2021-06-23T16:53:20.000Z (almost 5 years ago)
- Default Branch: Guide
- Last Pushed: 2023-07-03T12:41:26.000Z (over 2 years ago)
- Last Synced: 2025-02-03T17:46:47.066Z (about 1 year ago)
- Homepage:
- Size: 150 KB
- Stars: 6
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Test University Reference Guide
## Introduction
BrowserStack Test University is an online learning platform for software quality professionals to get hands-on experience with BrowserStack. Test university comprises of three essential components,
1. Learning Platform
2. BrowserStack Demo App
3. Code Samples.
All the test university resources and code samples are open-source projects on GitHub. The primary objective of this repo is to help the learners view all the Test University resources on GitHub in one place.
| # | Name | Description | Link |
| --- | --- | --- | --- |
| 1 | Demo App Source Code | Open-source repository of the BrowserStack Demo App. | https://github.com/browserstack/browserstack-demo-app |
| 2 | Test Plan Document | A sample test plan document to help learners get started. | [test_documents/TU - Test Plan.pdf](https://github.com/browserstack/testuniversity/blob/development/test_documents/TU%20-%20Test%20Plan.pdf) |
| 3 | Test Case Document | Test Cases document that covers use cases and scenarios in the demo app. The coursework refers to these test cases to cover features in BrowserStack. | [test_documents/Test Scenario.xlsx](https://github.com/browserstack/testuniversity/blob/development/test_documents/Test%20Scenario.xlsx) |
| 4 | BrowserStack TestNG Implementation | showcases the BrowserStack integration features with the Java TestNG framework using the BrowserStack demo app: https://bstackdemo.com/ | https://github.com/browserstack/browserstack-examples-testng |
| 5 | BrowserStack NightWatch Implementation | This repository showcases the BrowserStack integration features with the NightWatchJS using the BrowserStack sample demo canonical app:https://bstackdemo.com/ | https://github.com/browserstack/browserstack-examples-nightwatchjs |
| 6 | BrowserStack WebDriverIO Implementation | This repository showcases the BrowserStack integration features with the NodeJS WebdriverIO framework using the BrowserStack demo app: https://bstackdemo.com/ | https://github.com/browserstack/browserstack-examples-webdriverio |