Skip to content

Commit 8ff66ec

Browse files
committed
MC-132: add advance catalog search for simple product tests.
- search by product name - search by product sku - search by product description - search by product short description - search by price (cherry picked from commit c004119)
1 parent 9751bdf commit 8ff66ec

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogSearch/Test/AdvanceCatalogSearchSimpleProductsTest.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<test name="AdvanceCatalogSearchSimpleProductByNameTest">
1212
<annotations>
1313
<features value="CatalogSearch"/>
14-
<stories value="Advanced catalog search for simple products"/>
15-
<title value="Guest customer should be able to find simple products by product name in advanced catalog search"/>
16-
<description value="Guest customer should be able to find simple products by product name in advanced catalog search"/>
14+
<stories value="Advanced Catalog Product Search for all product types"/>
15+
<title value="Guest customer should be able to advance search simple product with product name"/>
16+
<description value="Guest customer should be able to advance search simple product with product name"/>
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-132"/>
1919
<group value="CatalogSearch"/>
@@ -35,9 +35,9 @@
3535
<test name="AdvanceCatalogSearchSimpleProductBySkuTest">
3636
<annotations>
3737
<features value="CatalogSearch"/>
38-
<stories value="Advanced catalog search for simple products"/>
39-
<title value="Guest customer should be able to find simple products by product sku in advanced catalog search"/>
40-
<description value="Guest customer should be able to find simple products by product sku in advanced catalog search"/>
38+
<stories value="Advanced Catalog Product Search for all product types"/>
39+
<title value="Guest customer should be able to advance search simple product with product sku"/>
40+
<description value="Guest customer should be able to advance search simple product with product sku"/>
4141
<severity value="MAJOR"/>
4242
<testCaseId value="MC-133"/>
4343
<group value="CatalogSearch"/>
@@ -61,9 +61,9 @@
6161
<test name="AdvanceCatalogSearchSimpleProductByDescriptionTest">
6262
<annotations>
6363
<features value="CatalogSearch"/>
64-
<stories value="Advanced catalog search for simple products"/>
65-
<title value="Guest customer should be able to find simple products by product description in advanced catalog search"/>
66-
<description value="Guest customer should be able to find simple products by product description in advanced catalog search"/>
64+
<stories value="Advanced Catalog Product Search for all product types"/>
65+
<title value="Guest customer should be able to advance search simple product with product description"/>
66+
<description value="Guest customer should be able to advance search simple product with product description"/>
6767
<severity value="MAJOR"/>
6868
<testCaseId value="MC-134"/>
6969
<group value="CatalogSearch"/>
@@ -87,9 +87,9 @@
8787
<test name="AdvanceCatalogSearchSimpleProductByShortDescriptionTest">
8888
<annotations>
8989
<features value="CatalogSearch"/>
90-
<stories value="Advanced catalog search for simple products"/>
91-
<title value="Guest customer should be able to find simple products by product short description in advanced catalog search"/>
92-
<description value="Guest customer should be able to find simple products by product short description in advanced catalog search"/>
90+
<stories value="Advanced Catalog Product Search for all product types"/>
91+
<title value="Guest customer should be able to advance search simple product with product short description"/>
92+
<description value="Guest customer should be able to advance search simple product with product short description"/>
9393
<severity value="MAJOR"/>
9494
<testCaseId value="MC-135"/>
9595
<group value="CatalogSearch"/>
@@ -113,9 +113,9 @@
113113
<test name="AdvanceCatalogSearchSimpleProductByPriceTest">
114114
<annotations>
115115
<features value="CatalogSearch"/>
116-
<stories value="Advanced catalog search for simple products"/>
117-
<title value="Guest customer should be able to find simple products by product price in advanced catalog search"/>
118-
<description value="Guest customer should be able to find simple products by product price in advanced catalog search"/>
116+
<stories value="Advanced Catalog Product Search for all product types"/>
117+
<title value="Guest customer should be able to advance search simple product with product price"/>
118+
<description value="Guest customer should be able to advance search simple product with product price"/>
119119
<severity value="MAJOR"/>
120120
<testCaseId value="MC-136"/>
121121
<group value="CatalogSearch"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/CatalogSearch/Test/AdvanceCatalogSearchVirtualProductsTest.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<test name="AdvanceCatalogSearchVirtualProductByNameTest">
1212
<annotations>
1313
<features value="CatalogSearch"/>
14-
<stories value="Advanced catalog search for virtual products"/>
15-
<title value="Guest customer should be able to find virtual products by product name in advanced catalog search"/>
16-
<description value="Guest customer should be able to find virtual products by product name in advanced catalog search"/>
14+
<stories value="Advanced Catalog Product Search for all product types"/>
15+
<title value="Guest customer should be able to advance search virtual product with product name"/>
16+
<description value="Guest customer should be able to advance search virtual product with product name"/>
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-137"/>
1919
<group value="CatalogSearch"/>
@@ -36,9 +36,9 @@
3636
<test name="AdvanceCatalogSearchVirtualProductBySkuTest">
3737
<annotations>
3838
<features value="CatalogSearch"/>
39-
<stories value="Advanced catalog search for virtual products"/>
40-
<title value="Guest customer should be able to find virtual products by product sku in advanced catalog search"/>
41-
<description value="Guest customer should be able to find virtual products by product sku in advanced catalog search"/>
39+
<stories value="Advanced Catalog Product Search for all product types"/>
40+
<title value="Guest customer should be able to advance search virtual product with product sku"/>
41+
<description value="Guest customer should be able to advance search virtual product with product sku"/>
4242
<severity value="MAJOR"/>
4343
<testCaseId value="MC-162"/>
4444
<group value="CatalogSearch"/>
@@ -62,9 +62,9 @@
6262
<test name="AdvanceCatalogSearchVirtualProductByDescriptionTest">
6363
<annotations>
6464
<features value="CatalogSearch"/>
65-
<stories value="Advanced catalog search for virtual products"/>
66-
<title value="Guest customer should be able to find virtual products by product description in advanced catalog search"/>
67-
<description value="Guest customer should be able to find virtual products by product description in advanced catalog search"/>
65+
<stories value="Advanced Catalog Product Search for all product types"/>
66+
<title value="Guest customer should be able to advance search virtual product with product description"/>
67+
<description value="Guest customer should be able to advance search virtual product with product description"/>
6868
<severity value="MAJOR"/>
6969
<testCaseId value="MC-163"/>
7070
<group value="CatalogSearch"/>
@@ -88,9 +88,9 @@
8888
<test name="AdvanceCatalogSearchVirtualProductByShortDescriptionTest">
8989
<annotations>
9090
<features value="CatalogSearch"/>
91-
<stories value="Advanced catalog search for virtual products"/>
92-
<title value="Guest customer should be able to find virtual products by product short description in advanced catalog search"/>
93-
<description value="Guest customer should be able to find virtual products by product short description in advanced catalog search"/>
91+
<stories value="Advanced Catalog Product Search for all product types"/>
92+
<title value="Guest customer should be able to advance search virtual product with product short description"/>
93+
<description value="Guest customer should be able to advance search virtual product with product short description"/>
9494
<severity value="MAJOR"/>
9595
<testCaseId value="MC-164"/>
9696
<group value="CatalogSearch"/>
@@ -114,9 +114,9 @@
114114
<test name="AdvanceCatalogSearchVirtualProductByPriceTest">
115115
<annotations>
116116
<features value="CatalogSearch"/>
117-
<stories value="Advanced catalog search for virtual products"/>
118-
<title value="Guest customer should be able to find virtual products by product price in advanced catalog search"/>
119-
<description value="Guest customer should be able to find virtual products by product price in advanced catalog search"/>
117+
<stories value="Advanced Catalog Product Search for all product types"/>
118+
<title value="Guest customer should be able to advance search virtual product with product price"/>
119+
<description value="Guest customer should be able to advance search virtual product with product price"/>
120120
<severity value="MAJOR"/>
121121
<testCaseId value="MC-165"/>
122122
<group value="CatalogSearch"/>

0 commit comments

Comments
 (0)