Open the file StreamLineQA Automation Credentials.txt in the Credentials folder and enter your email and license key. If you don't have a key, just enter your email and leave key blank
Look through the folder structure of the framework to get an understanding of what files exist. Our codeless automation framework has five different applications.
Read documentation or watch videos to learn how to automate.
Start with the StreamLine Web Automator.
After you're comfortable with the StreamLine Web Automator, move on the the StreamLine API Automator.
Then, learn how to use the StreamLine Test Generator to generate web tests.
If you plan on running accessibility automation on your website, learn how to use the StreamLine ADA Automator.
Lastly, learn how to use the StreamLine App Automator.
We recommend not using the test generator until you are comfortable creating and managing a test suite
Read through the entire Actions/Keywords Dictionary before automating
Do not starting app automation until you are extremely comfortable with web automation
Use our provided templates when creating config files and test cases
Use our FAQ page
Note: The first time you double click the run files, you’ll need to grant access to run
Double click the file you want to run
Mac - System Preferences >> Security and Privacy >> Open anyway
Windows - A popup will show up >> More info >> Run anyway
Then:
Open terminal / command prompt
Run command chmod a+x <path_to_run_file>
Mac example - chmod a+x "/Users/Tester/Desktop/StreamLineQA-Automation-master/StreamLine Web Automator/execute_tests_mac.command"
Windows example - chmod a+x "C:\Users\Tester\Desktop\StreamLineQA-Automation-master\StreamLine Web Automator\execute_tests_windows.bat"