/nopcommerce

https://demo.nopcommerce.com/ test project using selenium webdriver and TesntNG tools

Primary LanguageJava

nopcommerce

Techno Study Batch 4 Group 5 Friday Project. We use JAVA and Test Tools on this project.

Domain: https://demo.nopcommerce.com/

Team

  • Emrullah Tanıma - QA Lead
  • Samet Çamoğlu - Tester
  • Ümit Boyraz - Tester
  • Selen Dilek - Tester
  • Rustam Roz - Tester
  • Umut Can Güzel - Tester
  • Yakup Yüce - Tester

Getting Started

The easiest way to get started is to clone the repository:

# File > New > Project From Version Control 
# Copy to URL
git@github.com:iuboyraz/nopcommerce.git

# open project at Intellij
# select project JDK
jdk1.8

# Open Module Settings at Intellij
# install selenium from maven
org.seleniumhq.selenium:selenium-java:4.11.0

# install testng from maven
org.testng:testng:6.14.3

# install slf4j from maven
org.slf4j:slf4j-nop:1.7.30

# install commons.io from maven
commons-io:commons-io:2.11.0

# Right click to main.java
Run 'main'

# or Run XML configurations
runners > basetest.xml 

List of Dependencies

Package Description
TestNG Next Generation Testing Tool.
Selenium Browser Automation Framework.
slf4j The Simple Logging Facade for Java.
commons.io The Apache Commons IO library

License

This project is open-sourced software licensed under the MIT license.