diff --git a/FitNesseRoot/SVB_Demo/1_Test_for_Demo/content.txt b/FitNesseRoot/Customer_Demo/1_Test_for_Demo/content.txt
similarity index 94%
rename from FitNesseRoot/SVB_Demo/1_Test_for_Demo/content.txt
rename to FitNesseRoot/Customer_Demo/1_Test_for_Demo/content.txt
index 713f576..faef8b0 100644
--- a/FitNesseRoot/SVB_Demo/1_Test_for_Demo/content.txt
+++ b/FitNesseRoot/Customer_Demo/1_Test_for_Demo/content.txt
@@ -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
@@ -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 |
diff --git a/FitNesseRoot/SVB_Demo/1_Test_for_Demo/properties.xml b/FitNesseRoot/Customer_Demo/1_Test_for_Demo/properties.xml
similarity index 100%
rename from FitNesseRoot/SVB_Demo/1_Test_for_Demo/properties.xml
rename to FitNesseRoot/Customer_Demo/1_Test_for_Demo/properties.xml
diff --git a/FitNesseRoot/SVB_Demo/content.txt b/FitNesseRoot/Customer_Demo/content.txt
similarity index 100%
rename from FitNesseRoot/SVB_Demo/content.txt
rename to FitNesseRoot/Customer_Demo/content.txt
diff --git a/FitNesseRoot/SVB_Demo/properties.xml b/FitNesseRoot/Customer_Demo/properties.xml
similarity index 100%
rename from FitNesseRoot/SVB_Demo/properties.xml
rename to FitNesseRoot/Customer_Demo/properties.xml
diff --git a/FitNesseRoot/FitNesseForAppian/Examples/Customer_Demo/1_Test_for_Demo/content.txt b/FitNesseRoot/FitNesseForAppian/Examples/Customer_Demo/1_Test_for_Demo/content.txt
new file mode 100644
index 0000000..faef8b0
--- /dev/null
+++ b/FitNesseRoot/FitNesseForAppian/Examples/Customer_Demo/1_Test_for_Demo/content.txt
@@ -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 |
+***!
\ No newline at end of file
diff --git a/FitNesseRoot/FitNesseForAppian/Examples/Customer_Demo/1_Test_for_Demo/properties.xml b/FitNesseRoot/FitNesseForAppian/Examples/Customer_Demo/1_Test_for_Demo/properties.xml
new file mode 100644
index 0000000..df88255
--- /dev/null
+++ b/FitNesseRoot/FitNesseForAppian/Examples/Customer_Demo/1_Test_for_Demo/properties.xml
@@ -0,0 +1,13 @@
+
+
+true
+true
+First test for the demo
+true
+true
+true
+true
+true
+true
+true
+
diff --git a/FitNesseRoot/FitNesseForAppian/Examples/Customer_Demo/content.txt b/FitNesseRoot/FitNesseForAppian/Examples/Customer_Demo/content.txt
new file mode 100644
index 0000000..6d2c743
--- /dev/null
+++ b/FitNesseRoot/FitNesseForAppian/Examples/Customer_Demo/content.txt
@@ -0,0 +1,2 @@
+!1 Test suite X
+!contents -R2 -g -p -f -h
\ No newline at end of file
diff --git a/FitNesseRoot/FitNesseForAppian/Examples/Customer_Demo/properties.xml b/FitNesseRoot/FitNesseForAppian/Examples/Customer_Demo/properties.xml
new file mode 100644
index 0000000..b35393e
--- /dev/null
+++ b/FitNesseRoot/FitNesseForAppian/Examples/Customer_Demo/properties.xml
@@ -0,0 +1,14 @@
+
+
+true
+true
+Demo for SVB
+true
+true
+true
+true
+true
+
+true
+true
+
diff --git a/FitNesseRoot/FitNesseForAppian/Examples/SuiteExample/1_CreateRecord/content.txt b/FitNesseRoot/FitNesseForAppian/Examples/SuiteExample/1_CreateRecord/content.txt
index 1d92279..cf17e21 100644
--- a/FitNesseRoot/FitNesseForAppian/Examples/SuiteExample/1_CreateRecord/content.txt
+++ b/FitNesseRoot/FitNesseForAppian/Examples/SuiteExample/1_CreateRecord/content.txt
@@ -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 |
diff --git a/FitNesseRoot/FitNesseForAppian/Examples/SuiteExample/SuiteSetUp/content.txt b/FitNesseRoot/FitNesseForAppian/Examples/SuiteExample/SuiteSetUp/content.txt
index 8cb4eff..f522726 100644
--- a/FitNesseRoot/FitNesseForAppian/Examples/SuiteExample/SuiteSetUp/content.txt
+++ b/FitNesseRoot/FitNesseForAppian/Examples/SuiteExample/SuiteSetUp/content.txt
@@ -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
diff --git a/FitNesseRoot/RecentChanges/content.txt b/FitNesseRoot/RecentChanges/content.txt
index 74aba56..bdb8fd4 100644
--- a/FitNesseRoot/RecentChanges/content.txt
+++ b/FitNesseRoot/RecentChanges/content.txt
@@ -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|
diff --git a/FitNesseRoot/ScenarioLibrary/content.txt b/FitNesseRoot/ScenarioLibrary/content.txt
index f0bfe9d..9490e0d 100644
--- a/FitNesseRoot/ScenarioLibrary/content.txt
+++ b/FitNesseRoot/ScenarioLibrary/content.txt
@@ -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}
diff --git a/README - Copy.txt b/README - Copy.txt
new file mode 100644
index 0000000..62f6688
--- /dev/null
+++ b/README - Copy.txt
@@ -0,0 +1 @@
+# TestFitnesse2
\ No newline at end of file