-Java -TestNG -Maven
Nop Commerce is a E-Commerce Web Application that provides various ecommerce services and features. This repository contains the source code for the Nop Commerce application.
- Account Management: Users manage accounts; admins add products.
- Checkout Process: Easy, secure checkout.
- Product Listings: Updated product info.
- Security Measures: Protect data and transactions.
To set up the Nop Commerce application locally, follow these steps:
- Clone Repository:
- Navigate to Project Directory:
- cd NopCommerce
- Install Dependencies:
- Ensure Apache Maven is installed.
- Add Selenium 4 dependency to pom.xml.
- Configure WebDriver:
- Set system property in test setup.
- Write Selenium Tests:
- Create test classes and methods.
- Run Tests:
- mvn test
- Review Results:
- Check test reports in target directory.
- Customize as Needed.
- User Guide: Refer to the User Guide for detailed information on how to use the Nop Commerce application.