From ee8da2399926a1f52d4c5b5f61c23dd8c80e5e34 Mon Sep 17 00:00:00 2001 From: Christian Arenas Date: Fri, 30 Jun 2017 15:05:45 +0200 Subject: [PATCH] Add basket test --- .../LoadTest/Basket.API/AddBasket.webtest | 92 ++++++++++++++++++ .../LoadTest/Basket.API/Checkout.webtest | 94 +++++++++++++++++++ .../LoadTest/Basket.API/DeleteBasket.webtest | 91 ++++++++++++++++++ .../LoadTest/Basket.API/GetBasket.webtest | 48 +++++----- test/Services/LoadTest/LoadTest.csproj | 28 +++++- .../CreateOrUpdateUserLocation.webtest | 92 ++++++++++++++++++ .../Location.API/GetAllLocations.webtest | 91 ++++++++++++++++++ .../LoadTest/Location.API/GetLocation.webtest | 92 ++++++++++++++++++ .../Location.API/GetUserLocation.webtest | 92 ++++++++++++++++++ .../Marketing.API/GetAllCampaigns.webtest | 91 ++++++++++++++++++ .../Marketing.API/GetCampaign.webtest | 92 ++++++++++++++++++ .../Marketing.API/GetUserCampaigns.webtest | 40 ++++---- .../WebMVC/AddProductsWithLogin.webtest | 4 +- .../LoadTest/WebMVC/CatalogFilter.webtest | 4 +- .../LoadTest/WebMVC/CreateNewOrder.webtest | 4 +- .../LoadTest/WebMVC/LoginAndLogout.webtest | 4 +- 16 files changed, 902 insertions(+), 57 deletions(-) create mode 100644 test/Services/LoadTest/Basket.API/AddBasket.webtest create mode 100644 test/Services/LoadTest/Basket.API/Checkout.webtest create mode 100644 test/Services/LoadTest/Basket.API/DeleteBasket.webtest create mode 100644 test/Services/LoadTest/Location.API/CreateOrUpdateUserLocation.webtest create mode 100644 test/Services/LoadTest/Location.API/GetAllLocations.webtest create mode 100644 test/Services/LoadTest/Location.API/GetLocation.webtest create mode 100644 test/Services/LoadTest/Location.API/GetUserLocation.webtest create mode 100644 test/Services/LoadTest/Marketing.API/GetAllCampaigns.webtest create mode 100644 test/Services/LoadTest/Marketing.API/GetCampaign.webtest diff --git a/test/Services/LoadTest/Basket.API/AddBasket.webtest b/test/Services/LoadTest/Basket.API/AddBasket.webtest new file mode 100644 index 000000000..b50f64aef --- /dev/null +++ b/test/Services/LoadTest/Basket.API/AddBasket.webtest @@ -0,0 +1,92 @@ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+
+ + ewAiAEIAdQB5AGUAcgBJAGQAIgA6ACIAYQBjADEAMAAwAGYAZgBjAC0AOABmADAANwAtADQAMQAzADAALQBhADMAZgA0AC0AMAA2AGYAOQBlADEAZQA4ADkANABhADQAIgB9AA== + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/Services/LoadTest/Basket.API/Checkout.webtest b/test/Services/LoadTest/Basket.API/Checkout.webtest new file mode 100644 index 000000000..a387f9c02 --- /dev/null +++ b/test/Services/LoadTest/Basket.API/Checkout.webtest @@ -0,0 +1,94 @@ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+
+
+ + ewAiAEMAaQB0AHkAIgA6ACIAYwBpAHQAeQAiACwAIgBTAHQAcgBlAGUAdAAiADoAIgBzAHQAcgBlAGUAdAAiACwAIgBTAHQAYQB0AGUAIgA6ACIAcwB0AGEAdABlACIALAAiAEMAbwB1AG4AdAByAHkAIgA6ACIAYwBvAHUAdAByAHkAIgAsACIAWgBpAHAAQwBvAGQAZQAiADoAIgB6AGkAcABjAG8AZABlACIALAAiAEMAYQByAGQATgB1AG0AYgBlAHIAIgA6ACIAQwBhAHIAZABOAHUAbQBiAGUAcgAiACwAIgBDAGEAcgBkAEgAbwBsAGQAZQByAE4AYQBtAGUAIgA6ACIAQwBhAHIAZABIAG8AbABkAGUAcgBOAGEAbQBlACIALAAiAEMAYQByAGQARQB4AHAAaQByAGEAdABpAG8AbgAiADoAIgAyADAAMQA3AC0AMAA2AC0AMwAwAFQAMQAyADoAMgA1ADoAMwAxAC4AOAA3ADQANwAyADIANwBaACIALAAiAEMAYQByAGQAUwBlAGMAdQByAGkAdAB5AE4AdQBtAGIAZQByACIAOgAiADEAMgAzADQAIgAsACIAQwBhAHIAZABUAHkAcABlAEkAZAAiADoAMQAsACIAQgB1AHkAZQByACIAOgAiAEIAdQB5AGUAcgAiACwAIgBSAGUAcQB1AGUAcwB0AEkAZAAiADoAIgBlAGIAOAAwADAAMwA2ADQALQBiADQAZQAxAC0ANAA2AGUAYgAtADkAMgAzADUALQBlADgAYwA0ADcANAA3AGQAYQAyAGQANAAiAH0A + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/Services/LoadTest/Basket.API/DeleteBasket.webtest b/test/Services/LoadTest/Basket.API/DeleteBasket.webtest new file mode 100644 index 000000000..b8a25d080 --- /dev/null +++ b/test/Services/LoadTest/Basket.API/DeleteBasket.webtest @@ -0,0 +1,91 @@ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/Services/LoadTest/Basket.API/GetBasket.webtest b/test/Services/LoadTest/Basket.API/GetBasket.webtest index c3bb02e1a..79369ac0e 100644 --- a/test/Services/LoadTest/Basket.API/GetBasket.webtest +++ b/test/Services/LoadTest/Basket.API/GetBasket.webtest @@ -1,7 +1,7 @@  - +
@@ -29,7 +29,7 @@ -
+
@@ -40,51 +40,45 @@ - + - + - + -
+
- - - - - - - - - - + + + + + + + + + + -
+
- - - - - - - - - - + + + + diff --git a/test/Services/LoadTest/LoadTest.csproj b/test/Services/LoadTest/LoadTest.csproj index 958788b2b..5c8d848b0 100644 --- a/test/Services/LoadTest/LoadTest.csproj +++ b/test/Services/LoadTest/LoadTest.csproj @@ -55,6 +55,15 @@ + + Always + + + Always + + + Always + Always @@ -79,11 +88,25 @@ PreserveNewest + + Always + + + Always + + + Always + + + Always + + + Always + Always - Designer - + PreserveNewest @@ -103,7 +126,6 @@ - diff --git a/test/Services/LoadTest/Location.API/CreateOrUpdateUserLocation.webtest b/test/Services/LoadTest/Location.API/CreateOrUpdateUserLocation.webtest new file mode 100644 index 000000000..2f8739585 --- /dev/null +++ b/test/Services/LoadTest/Location.API/CreateOrUpdateUserLocation.webtest @@ -0,0 +1,92 @@ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+
+ + ewAiAEwAbwBuAGcAaQB0AHUAZABlACIAOgAtADEAMgAxAC4AMAA0ADAAMwA2ACwAIgBMAGEAdABpAHQAdQBkAGUAIgA6ADQAOAAuADAAOQAxADYAMwAxAH0A + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/Services/LoadTest/Location.API/GetAllLocations.webtest b/test/Services/LoadTest/Location.API/GetAllLocations.webtest new file mode 100644 index 000000000..a759235d3 --- /dev/null +++ b/test/Services/LoadTest/Location.API/GetAllLocations.webtest @@ -0,0 +1,91 @@ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/Services/LoadTest/Location.API/GetLocation.webtest b/test/Services/LoadTest/Location.API/GetLocation.webtest new file mode 100644 index 000000000..65148277e --- /dev/null +++ b/test/Services/LoadTest/Location.API/GetLocation.webtest @@ -0,0 +1,92 @@ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/Services/LoadTest/Location.API/GetUserLocation.webtest b/test/Services/LoadTest/Location.API/GetUserLocation.webtest new file mode 100644 index 000000000..e0d8aeeff --- /dev/null +++ b/test/Services/LoadTest/Location.API/GetUserLocation.webtest @@ -0,0 +1,92 @@ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/Services/LoadTest/Marketing.API/GetAllCampaigns.webtest b/test/Services/LoadTest/Marketing.API/GetAllCampaigns.webtest new file mode 100644 index 000000000..2a55d7e36 --- /dev/null +++ b/test/Services/LoadTest/Marketing.API/GetAllCampaigns.webtest @@ -0,0 +1,91 @@ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/Services/LoadTest/Marketing.API/GetCampaign.webtest b/test/Services/LoadTest/Marketing.API/GetCampaign.webtest new file mode 100644 index 000000000..9c222b9db --- /dev/null +++ b/test/Services/LoadTest/Marketing.API/GetCampaign.webtest @@ -0,0 +1,92 @@ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/Services/LoadTest/Marketing.API/GetUserCampaigns.webtest b/test/Services/LoadTest/Marketing.API/GetUserCampaigns.webtest index 41928a052..28d898eeb 100644 --- a/test/Services/LoadTest/Marketing.API/GetUserCampaigns.webtest +++ b/test/Services/LoadTest/Marketing.API/GetUserCampaigns.webtest @@ -1,7 +1,7 @@  - + - +
@@ -29,7 +29,7 @@ -
+
@@ -40,35 +40,37 @@ - + - + - + -
- - - - -
-
- - - - -
+
- + + + + + + + + + + +
+
+ + diff --git a/test/Services/LoadTest/WebMVC/AddProductsWithLogin.webtest b/test/Services/LoadTest/WebMVC/AddProductsWithLogin.webtest index d11af10b7..cba88f6a7 100644 --- a/test/Services/LoadTest/WebMVC/AddProductsWithLogin.webtest +++ b/test/Services/LoadTest/WebMVC/AddProductsWithLogin.webtest @@ -110,11 +110,11 @@ - + + - diff --git a/test/Services/LoadTest/WebMVC/CatalogFilter.webtest b/test/Services/LoadTest/WebMVC/CatalogFilter.webtest index aca8f2821..62d76dd3d 100644 --- a/test/Services/LoadTest/WebMVC/CatalogFilter.webtest +++ b/test/Services/LoadTest/WebMVC/CatalogFilter.webtest @@ -161,10 +161,10 @@ - + - + diff --git a/test/Services/LoadTest/WebMVC/CreateNewOrder.webtest b/test/Services/LoadTest/WebMVC/CreateNewOrder.webtest index 5feb3aa0a..43d515fee 100644 --- a/test/Services/LoadTest/WebMVC/CreateNewOrder.webtest +++ b/test/Services/LoadTest/WebMVC/CreateNewOrder.webtest @@ -254,10 +254,10 @@ - + - + diff --git a/test/Services/LoadTest/WebMVC/LoginAndLogout.webtest b/test/Services/LoadTest/WebMVC/LoginAndLogout.webtest index b1b507518..5475d5695 100644 --- a/test/Services/LoadTest/WebMVC/LoginAndLogout.webtest +++ b/test/Services/LoadTest/WebMVC/LoginAndLogout.webtest @@ -82,7 +82,7 @@ - - + + \ No newline at end of file