Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
!| script |com.appiancorp.ps.automatedtest.fixture.TempoFixture|
|setup with |FIREFOX |browser |
|set appian url to |https://ps-sandbox1.appiancloud.com/suite|
|set appian version to|18.2 |
|set appian version to|18.3 |
|set appian locale to |en_US |
|login with username|test-fitness-user|
!*** Set Suite Variables
Expand All @@ -32,7 +32,7 @@ This table creates a variable which will be available in all tests by using tv!t
| populate grid | Steps | column | [2] | row | [2] | with | Here are some more details |
| expand section |Attachments |
| click on link | Attach New File |
|populate grid|Attachments|column|[1]|row|[1]|with|C:\Users\dan.tobias\Documents\mock_data.sql|
|populate grid|Attachments|column|[1]|row|[1]|with|C:\Users\dan.tobias\Downloads\mock_data.sql|
| wait for | +5 seconds|
| click on button | Submit Survey|
| tear down |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
!***> FitNesse Configurations
!define TEST_SYSTEM {slim}
!define COMMAND_PATTERN {java -Dlog4j.configuration=file:///${automated.testing.home}/log4j.properties -cp %p %m}
!path ${automated.testing.home}/**.jar
***!
!*** Initialization
!| script |com.appiancorp.ps.automatedtest.fixture.TempoFixture|
|setup with |FIREFOX |browser |
|set appian url to |https://ps-sandbox1.appiancloud.com/suite|
|set appian version to|18.3 |
|set appian locale to |en_US |
|login with username|test-fitness-user|
!*** Set Suite Variables
This table creates a variable which will be available in all tests by using tv!titleThis table creates a variable which will be available in all tests by using tv!title
|script |
|$var= |get random string|5 |
|set test variable|title |with|$var|
***!
***!
!*** Run script
!| script |
| wait for | +5 seconds|
| click on menu | actions|
|click on action |Add New Survey |
|populate field |title |with|tv!title |
| populate field| Category| with| Platform |
| populate field| Date| with| 6/20/2018 |
| populate grid | Steps | column | [1] | row | [1] | with | Step A |
| populate grid | Steps | column | [2] | row | [1] | with | Here are some details |
| click on link | Add a step |
| populate grid | Steps | column | [1] | row | [2] | with | Step B |
| populate grid | Steps | column | [2] | row | [2] | with | Here are some more details |
| expand section |Attachments |
| click on link | Attach New File |
|populate grid|Attachments|column|[1]|row|[1]|with|C:\Users\dan.tobias\Downloads\mock_data.sql|
| wait for | +5 seconds|
| click on button | Submit Survey|
| tear down |
***!
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<properties>
<Edit>true</Edit>
<Files>true</Files>
<Help>First test for the demo</Help>
<Properties>true</Properties>
<RecentChanges>true</RecentChanges>
<Refactor>true</Refactor>
<Search>true</Search>
<Test>true</Test>
<Versions>true</Versions>
<WhereUsed>true</WhereUsed>
</properties>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!1 Test suite X
!contents -R2 -g -p -f -h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<properties>
<Edit>true</Edit>
<Files>true</Files>
<Help>Demo for SVB</Help>
<Properties>true</Properties>
<RecentChanges>true</RecentChanges>
<Refactor>true</Refactor>
<Search>true</Search>
<Suite>true</Suite>
<Suites/>
<Versions>true</Versions>
<WhereUsed>true</WhereUsed>
</properties>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!*** Complete Create Record Action
!| script |
|click on menu |Actions |
|click on action|New Support Ticket |
|click on action|Create Support Ticket |
|populate field |title |with|tv!title |
|populate field |status |with|In Progress|
|populate field |priority|with|High |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This table initializes the fixture class and sets the environment defaults
!| script |com.appiancorp.ps.automatedtest.fixture.TempoFixture|
|set appian url to |https://ps-sandbox1.appiancloud.com/suite |
|set appian version to|18.2 |
|set appian version to|18.3 |
|set appian locale to |en_US |
***!
!*** Set Suite Variables
Expand Down
6 changes: 4 additions & 2 deletions FitNesseRoot/RecentChanges/content.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
|FitNesseForAppian.Examples.SuiteExample.SuiteSetUp||11:16:51 Fri, Jun 29, 2018|
|FitNesseForAppian.Examples.SuiteExample.1_CreateRecord||16:02:58 Tue, Oct 02, 2018|
|Customer_Demo.1_Test_for_Demo||16:00:13 Tue, Oct 02, 2018|
|ScenarioLibrary||15:56:08 Tue, Oct 02, 2018|
|FitNesseForAppian.Examples.SuiteExample.SuiteSetUp||15:50:45 Tue, Oct 02, 2018|
|FitNesseForAppian.Examples.SuiteExample.SetUp||11:15:59 Fri, Jun 29, 2018|
|ScenarioLibrary||14:37:00 Wed, Jun 13, 2018|
|SVB_Demo.SVB_Demo_Test_1||11:02:48 Wed, Jun 13, 2018|
|FitNesseForAppian.SVB_Demo.SVB_Demo_Test_1||23:34:46 Tue, Jun 12, 2018|
|FitNesseForAppian.SVB_Demo||22:39:14 Tue, Jun 12, 2018|
Expand Down
2 changes: 1 addition & 1 deletion FitNesseRoot/ScenarioLibrary/content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Default browser can be '''FIREFOX''', '''CHROME''', or '''IE'''
!define defaultBrowser {FIREFOX}

Default Version can be '''17.2''', '''17.1''', '''16.3''', '''16.2''', '''16.1''', '''7.11''', or '''7.10'''
!define defaultVersion {18.2}
!define defaultVersion {18.3}

Default Locale can be '''en_US''' or '''en_GB'''
!define defaultLocale {en_US}
Expand Down
1 change: 1 addition & 0 deletions README - Copy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TestFitnesse2