!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 D:\Automation !path D:\Automation\**.jar ***! !*** Initialization !| script | com.appiancorp.ps.automatedtest.fixture.TempoFixture | | setup selenium web driver with browser | FIREFOX | | set appian url to | **********************| | set appian version to | 16.1 | | set appian locale to | en_US | ***! !*** Login to Tempo and go to Records !| script | | $VAR | = 123456 | | login with username | ****** | and password | ******* | | click on menu | Actions | | click on action | Add a New Pen | | populate field | Name | with | $VAR | | populate field | Type | with | Pen Type 1| | populate field | Unique Characteristics | with | Unique chars| | populate | FILE_UPLOAD | field | Upload Photo | with | C:\Users\Public\Pictures\Sample Pictures\Desert.jpg | | click on button | Add | |click on menu| News | |click on news feed|New Pen has been added in to the zoo|record tag|PEN-315201612| |logout| ***!