Coder Social home page Coder Social logo

nopcommerce's Introduction

NopCommerce Test Automation Framework

Introduction

Welcome to the NopCommerce Test Automation Framework repository. This project contains automated test scripts for the NopCommerce application, utilizing Selenium WebDriver, Python and PyTest. The framework is designed to ensure the robustness and reliability of the NopCommerce application through comprehensive automated testing.

Table of Contents

Features

  • Automated Tests: Test cases for the NopCommerce application using different sets of data.
  • Selenium WebDriver: Utilizes Selenium WebDriver for browser automation.
  • Python: Test scripts are written in Python for simplicity and readability.
  • Reporting: Generates detailed test execution reports.
  • Logging: Captures detailed logs for debugging purposes.

Setup and Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/SurajBehera23/Nopcommerce.git
    cd Nopcommerce
  2. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies:

    pip install -r requirements.txt

Running Tests

To run the tests, use the following command:

pytest

This command will execute all the test cases and generate a report.

Project Structure

Nopcommerce/
├── base_pages/          # Base page classes for Page Object Model
├── configurations/      # Configuration files and settings
├── logs/                # Log files
├── reports/             # Test reports
├── screenshot/          # Screenshots captured during test execution
├── test_cases/          # Test case scripts
├── test_data/           # Test data files
├── utilities/           # Utility functions and helpers

Folders Description

  • base_pages/: Contains base classes for Page Object Model, defining common functionalities for web pages.
  • configurations/: Contains configuration files and settings required for the test execution.
  • logs/: Contains log files generated during test execution.
  • reports/: Contains test execution reports.
  • screenshot/: Contains screenshots captured during test execution, useful for debugging.
  • test_cases/: Contains the test case scripts.
  • test_data/: Contains data files used for data-driven testing.
  • utilities/: Contains utility functions and helper scripts.

Contributing

Contributions are welcome! Please fork this repository and submit pull requests with any enhancements or bug fixes.

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Submit a pull request.

Contact

For any questions or inquiries, please contact:

nopcommerce's People

Contributors

surajbehera23 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.