forked from katalon-studio-samples/shopping-cart-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 11f0567.
- Loading branch information
Thong Manh Gia Nguyen
committed
Nov 18, 2020
1 parent
11f0567
commit 5049526
Showing
82 changed files
with
1,250 additions
and
759 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<DataFileEntity> | ||
<description></description> | ||
<name>Multiple Checkout</name> | ||
<tag></tag> | ||
<containsHeaders>true</containsHeaders> | ||
<csvSeperator></csvSeperator> | ||
<dataFileGUID>c4cbf718-68f0-47b5-bac2-d39d4856a3f9</dataFileGUID> | ||
<dataSourceUrl>Data Files/Constants.xlsx</dataSourceUrl> | ||
<driver>ExcelFile</driver> | ||
<isInternalPath>true</isInternalPath> | ||
<properties> | ||
<entry> | ||
<key>readAsString</key> | ||
<value>true</value> | ||
</entry> | ||
</properties> | ||
<query></query> | ||
<secureUserAccount>false</secureUserAccount> | ||
<sheetName>Checkout</sheetName> | ||
<usingGlobalDBSetting>false</usingGlobalDBSetting> | ||
</DataFileEntity> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<DataFileEntity> | ||
<description></description> | ||
<name>Product List</name> | ||
<tag></tag> | ||
<containsHeaders>true</containsHeaders> | ||
<csvSeperator></csvSeperator> | ||
<dataFileGUID>4d936c34-493b-477c-a69d-1b74a55fae75</dataFileGUID> | ||
<dataSourceUrl>Data Files/Constants.xlsx</dataSourceUrl> | ||
<driver>ExcelFile</driver> | ||
<isInternalPath>true</isInternalPath> | ||
<query></query> | ||
<secureUserAccount>false</secureUserAccount> | ||
<sheetName>listProduct</sheetName> | ||
<usingGlobalDBSetting>false</usingGlobalDBSetting> | ||
</DataFileEntity> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<WebElementEntity> | ||
<description></description> | ||
<name>blockUI</name> | ||
<tag></tag> | ||
<elementGuidId>55cf1d7c-28a3-4316-b190-86f065018d7d</elementGuidId> | ||
<selectorCollection> | ||
<entry> | ||
<key>BASIC</key> | ||
<value>//*[@class = 'blockUI blockOverlay']</value> | ||
</entry> | ||
</selectorCollection> | ||
<selectorMethod>BASIC</selectorMethod> | ||
<useRalativeImagePath>false</useRalativeImagePath> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>class</name> | ||
<type>Main</type> | ||
<value>blockUI blockOverlay</value> | ||
</webElementProperties> | ||
</WebElementEntity> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<WebElementEntity> | ||
<description></description> | ||
<name>btnPlaceOrder</name> | ||
<tag></tag> | ||
<elementGuidId>6f216c01-b3ab-4661-a408-a9b1f07de9aa</elementGuidId> | ||
<selectorCollection> | ||
<entry> | ||
<key>BASIC</key> | ||
<value>//*[@id = 'place_order']</value> | ||
</entry> | ||
</selectorCollection> | ||
<selectorMethod>BASIC</selectorMethod> | ||
<useRalativeImagePath>false</useRalativeImagePath> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>id</name> | ||
<type>Main</type> | ||
<value>place_order</value> | ||
</webElementProperties> | ||
</WebElementEntity> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<WebElementEntity> | ||
<description></description> | ||
<name>elRoot</name> | ||
<tag></tag> | ||
<elementGuidId>f89a56a1-2439-4531-8e38-47f5921a4af3</elementGuidId> | ||
<selectorCollection> | ||
<entry> | ||
<key>BASIC</key> | ||
<value>//div[@class='woocommerce-billing-fields']</value> | ||
</entry> | ||
</selectorCollection> | ||
<selectorMethod>BASIC</selectorMethod> | ||
<useRalativeImagePath>false</useRalativeImagePath> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>xpath</name> | ||
<type>Main</type> | ||
<value>//div[@class='woocommerce-billing-fields']</value> | ||
</webElementProperties> | ||
</WebElementEntity> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<WebElementEntity> | ||
<description></description> | ||
<name>inputAddress</name> | ||
<tag></tag> | ||
<elementGuidId>03e52c0d-fc64-49aa-adc0-1e5a4f4452f8</elementGuidId> | ||
<selectorCollection> | ||
<entry> | ||
<key>BASIC</key> | ||
<value>//*[@type = 'text' and @name = 'billing_address_1' and @id = 'billing_address_1']</value> | ||
</entry> | ||
</selectorCollection> | ||
<selectorMethod>BASIC</selectorMethod> | ||
<useRalativeImagePath>false</useRalativeImagePath> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>type</name> | ||
<type>Main</type> | ||
<value>text</value> | ||
</webElementProperties> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>name</name> | ||
<type>Main</type> | ||
<value>billing_address_1</value> | ||
</webElementProperties> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>id</name> | ||
<type>Main</type> | ||
<value>billing_address_1</value> | ||
</webElementProperties> | ||
</WebElementEntity> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<WebElementEntity> | ||
<description></description> | ||
<name>inputCity</name> | ||
<tag></tag> | ||
<elementGuidId>9dcb78f2-b673-46ee-a3b1-2cfa2de235df</elementGuidId> | ||
<selectorCollection> | ||
<entry> | ||
<key>BASIC</key> | ||
<value>//*[@type = 'text' and @name = 'billing_city' and @id = 'billing_city']</value> | ||
</entry> | ||
</selectorCollection> | ||
<selectorMethod>BASIC</selectorMethod> | ||
<useRalativeImagePath>false</useRalativeImagePath> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>type</name> | ||
<type>Main</type> | ||
<value>text</value> | ||
</webElementProperties> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>name</name> | ||
<type>Main</type> | ||
<value>billing_city</value> | ||
</webElementProperties> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>id</name> | ||
<type>Main</type> | ||
<value>billing_city</value> | ||
</webElementProperties> | ||
</WebElementEntity> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<WebElementEntity> | ||
<description></description> | ||
<name>inputCompanyName</name> | ||
<tag></tag> | ||
<elementGuidId>212ee69e-4109-479a-aa9a-c3dea7488a3a</elementGuidId> | ||
<selectorCollection> | ||
<entry> | ||
<key>BASIC</key> | ||
<value>id("billing_company")</value> | ||
</entry> | ||
</selectorCollection> | ||
<selectorMethod>BASIC</selectorMethod> | ||
<useRalativeImagePath>false</useRalativeImagePath> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>xpath</name> | ||
<type>Main</type> | ||
<value>id("billing_company")</value> | ||
</webElementProperties> | ||
</WebElementEntity> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<WebElementEntity> | ||
<description></description> | ||
<name>inputCountry</name> | ||
<tag></tag> | ||
<elementGuidId>f8609bcb-1e4f-4e92-8390-309b1f998086</elementGuidId> | ||
<selectorCollection> | ||
<entry> | ||
<key>BASIC</key> | ||
<value>//*[@type = 'text' and @name = 'billing_state' and @id = 'billing_state']</value> | ||
</entry> | ||
</selectorCollection> | ||
<selectorMethod>BASIC</selectorMethod> | ||
<useRalativeImagePath>false</useRalativeImagePath> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>type</name> | ||
<type>Main</type> | ||
<value>text</value> | ||
</webElementProperties> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>name</name> | ||
<type>Main</type> | ||
<value>billing_state</value> | ||
</webElementProperties> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>id</name> | ||
<type>Main</type> | ||
<value>billing_state</value> | ||
</webElementProperties> | ||
</WebElementEntity> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<WebElementEntity> | ||
<description></description> | ||
<name>inputPhone</name> | ||
<tag></tag> | ||
<elementGuidId>c5a219c3-5169-4ff7-9ecf-73e7face1681</elementGuidId> | ||
<selectorCollection> | ||
<entry> | ||
<key>BASIC</key> | ||
<value>//*[@type = 'tel' and @name = 'billing_phone' and @id = 'billing_phone']</value> | ||
</entry> | ||
</selectorCollection> | ||
<selectorMethod>BASIC</selectorMethod> | ||
<useRalativeImagePath>false</useRalativeImagePath> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>type</name> | ||
<type>Main</type> | ||
<value>tel</value> | ||
</webElementProperties> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>name</name> | ||
<type>Main</type> | ||
<value>billing_phone</value> | ||
</webElementProperties> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>id</name> | ||
<type>Main</type> | ||
<value>billing_phone</value> | ||
</webElementProperties> | ||
</WebElementEntity> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<WebElementEntity> | ||
<description></description> | ||
<name>inputPostcode</name> | ||
<tag></tag> | ||
<elementGuidId>fbaa1d45-d99b-4669-8464-bb04817f0a8c</elementGuidId> | ||
<selectorCollection> | ||
<entry> | ||
<key>BASIC</key> | ||
<value>//*[@type = 'text' and @name = 'billing_postcode' and @id = 'billing_postcode']</value> | ||
</entry> | ||
</selectorCollection> | ||
<selectorMethod>BASIC</selectorMethod> | ||
<useRalativeImagePath>false</useRalativeImagePath> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>type</name> | ||
<type>Main</type> | ||
<value>text</value> | ||
</webElementProperties> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>name</name> | ||
<type>Main</type> | ||
<value>billing_postcode</value> | ||
</webElementProperties> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>id</name> | ||
<type>Main</type> | ||
<value>billing_postcode</value> | ||
</webElementProperties> | ||
</WebElementEntity> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<WebElementEntity> | ||
<description></description> | ||
<name>lnkCheckout</name> | ||
<tag></tag> | ||
<elementGuidId>dc1d1374-defb-434c-8cff-b4888a4a11de</elementGuidId> | ||
<selectorCollection> | ||
<entry> | ||
<key>BASIC</key> | ||
<value>//*[@href = 'http://cms.demo.katalon.com/checkout/' and (text() = 'Checkout' or . = 'Checkout')]</value> | ||
</entry> | ||
</selectorCollection> | ||
<selectorMethod>BASIC</selectorMethod> | ||
<useRalativeImagePath>false</useRalativeImagePath> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>href</name> | ||
<type>Main</type> | ||
<value>http://cms.demo.katalon.com/checkout/</value> | ||
</webElementProperties> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>text</name> | ||
<type>Main</type> | ||
<value>Checkout</value> | ||
</webElementProperties> | ||
</WebElementEntity> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<WebElementEntity> | ||
<description></description> | ||
<name>lnkShop</name> | ||
<tag></tag> | ||
<elementGuidId>8ee7eba2-f6e5-430a-bb98-ac6a9d7c0ef9</elementGuidId> | ||
<selectorCollection> | ||
<entry> | ||
<key>BASIC</key> | ||
<value>//*[@class = 'button wc-backward']</value> | ||
</entry> | ||
</selectorCollection> | ||
<selectorMethod>BASIC</selectorMethod> | ||
<useRalativeImagePath>false</useRalativeImagePath> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>class</name> | ||
<type>Main</type> | ||
<value>button wc-backward</value> | ||
</webElementProperties> | ||
</WebElementEntity> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<WebElementEntity> | ||
<description></description> | ||
<name>txtFirstname</name> | ||
<tag></tag> | ||
<elementGuidId>7cc46294-f8ed-4b3b-ace9-a2ed33464ec3</elementGuidId> | ||
<selectorCollection> | ||
<entry> | ||
<key>BASIC</key> | ||
<value>//input[@name = 'billing_first_name']</value> | ||
</entry> | ||
</selectorCollection> | ||
<selectorMethod>BASIC</selectorMethod> | ||
<useRalativeImagePath>false</useRalativeImagePath> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>name</name> | ||
<type>Main</type> | ||
<value>billing_first_name</value> | ||
</webElementProperties> | ||
<webElementProperties> | ||
<isSelected>true</isSelected> | ||
<matchCondition>equals</matchCondition> | ||
<name>tag</name> | ||
<type>Main</type> | ||
<value>input</value> | ||
</webElementProperties> | ||
</WebElementEntity> |
Oops, something went wrong.