An open API service indexing awesome lists of open source software.

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.

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 |