-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtestng.xml
More file actions
22 lines (22 loc) · 893 Bytes
/
Copy pathtestng.xml
File metadata and controls
22 lines (22 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
<suite name="nopcommerce regression suite">
<parameter name="browser" value="chrome"></parameter>
<test name="regression test" preserve-order="true">
<classes>
<class name="tests.AddProductToShppoingCartTest" />
<class name="tests.AddToCompareTest" />
<class name="tests.AddToWishListTest" />
<class name="tests.ContactUsTest" />
<class name="tests.EmailFriendTest" />
<class name="tests.GuestCheckOutTest" />
<class name="tests.HoverMenuTest" />
<class name="tests.MyAccountTest" />
<class name="tests.ProductReviewTest" />
<class name="tests.RegisteredUserCheckOutTest" />
<class name="tests.SearchProductTest" />
<class name="tests.SearchProductUsingAutoComplete" />
<class name="tests.UserRegistrationTest" />
<class name="tests.ChangeCurrencyTest" />
</classes>
</test>
</suite>