This project aims to automate testing for NopCommerce, an open-source e-commerce platform developed with ASP.NET technologies. NopCommerce is widely used for creating online stores for businesses, offering features like product management, payment processing, inventory tracking, and SEO. It is highly customizable, free to use, and supported by a large community. NopCommerce ensures security measures and provides regular updates, making it a popular choice for both personal and commercial purposes.
Name | Role | GitHub |
---|---|---|
Beyza Nur Er | QA Engineer | Beyza Nur Er |
Nigar Ayla Özcanan | QA Engineer | Nigar Ayla Özcanan |
Ahmet Kaya | QA Engineer | Ahmet Kaya |
Erdem Gürel | QA Engineer | Erdem Gürel |
Onur Girgin | Team Lead & QA Engineer | Onur Girgin |
To run the tests in this project, you will need:
- Java Development Kit (JDK) version 11 or above.
- An Integrated Development Environment (IDE) like IntelliJ IDEA or Eclipse.
- Selenium WebDriver for browser automation.
- TestNG for organizing and running tests.
- Ensure Java JDK version 11 or above and an IDE are installed on your system.
- Clone the repository to your local machine.
- Open the project in your IDE.
- Make sure Selenium WebDriver and TestNG libraries are added to the project's dependencies.
- Navigate to the test directory.
- Run the tests using your IDE's built-in test runner.