!3 Please fill out the following before testing * update TESTING_HOME to point to the location where you have unzipped FitNesse for Appian (e.g. C:\AutomatedTesting) * Update the Appian URL (REPLACE_APPIAN_URL), Appian Locale (en_US or en_GB), and Appian Version (7.10, 7.11, or 16.1) * Update the Username (REPLACE_USERNAME) and Password (REPLACE_PASSWORD) !*** FitNesse Configurations !define TEST_SYSTEM {slim} !path C:\FitNeese\AutomatedTesting-1.2.5 !path C:\FitNeese\AutomatedTesting-1.2.5\**.jar ***! !*** Initialization !| script | com.appiancorp.ps.automatedtest.fixture.TempoFixture | | setup selenium web driver with browser | FIREFOX | | set appian url to | https://someurl | | set appian version to | 16.1 | | set appian locale to | en_US | ***! !*** Login to Tempo and go to Records !| script | | login with username | OURUSERNAME | and password | OURPASSWORD | | click on menu | Records | ***!