-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Patrick Gidich edited this page Oct 11, 2019
·
1 revision
Welcome to the SharpSauce wiki!
The following pages may help you become familiar with Selenium and using the Selenium IDE- [Selenium.](https://github.com/simnova/SharpSauce/wiki/Selenium.-What-is-it%3F) A brief overview of what Selenium is.
- [Using](https://github.com/simnova/SharpSauce/wiki/Using-Selenium-IDE) A helpful starter guide to using the Selenium IDE.
- Other Useful Links:
[SauceLabs](https://saucelabs.com/)
[Selenium](http://www.seleniumhq.org/)
Using CSS selectors with Selenium: http://sauceio.com/index.php/tag/css-selectors/ Here is a three-part tutorial that will help you get started and run your first test in SharpSauce.
- [Getting](https://github.com/simnova/SharpSauce/wiki/Getting-Started-and-Running-Your-First-Test--%5BPart-1%5D) Learn how to use basic features of SharpSauce like adding tags, changing test session names, and running your test.
- [Using](https://github.com/simnova/SharpSauce/wiki/Using-Your-Test-Scripts-in-SharpSauce-%5BPart-2%5D) A more in-depth look at SharpSauce focuses on how to import test scripts from Selenium, and incorporate test scripts into your project.
- [Unlocking](https://github.com/simnova/SharpSauce/wiki/Unlocking-SharpSauce's-Full-Potential-%5Bpart-3%5D) This part of the tutorial focuses on understanding browser/OS combinations, verifying test results, and running tests in parallel.
- [Creating](https://github.com/simnova/SharpSauce/wiki/Creating-a-Test-From-Scratch-I) Details how to set up a new class to run your scripts.
- [Creating](https://github.com/simnova/SharpSauce/wiki/Creating-a-Test-From-Scratch-II) Details how to create a test script without the aid of Selenium IDE, and goes into more depth about SharpSauce methods which can help increase testing efficiency, but minimize code. This section includes how to deal with logging in, radio buttons, and drop down menus.
- [Browser/Operating](https://github.com/simnova/SharpSauce/wiki/Browser-Operating-System-Combinations-Guide) A quick guide to help you make sure your test suites contain valid browser/OS combinations.