Code Monkey home page Code Monkey logo

shivpalsw / bdd_cucumber_automationtestingdraft Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 14 KB

This repo contains BDD Cucumber framework for testing Software testing Web Applications using Gherkin language. This is my old draft Practice folder and real time framework created while working as Automation Test Engineer.

Java 87.18% Gherkin 12.82%
bdd-framework circleci gherkin-language java log4j maven pom selenium test-automation testing

bdd_cucumber_automationtestingdraft's Introduction

Swiggy-Coding-Challenge

Technologies and Tools used:
  Language: Java
  Test Automation Tool: Selenium WebDriver
  Test Automation Framework: Cucumber
  Design Pattern: Page Object Model
  Build Management Tool: Maven
  Logging Framework: Log4j
  Reporting Library: Cucumber Extent Reporter
  IDE: Eclipse
  Code Quality Detector: Sonar Lint		

Project Structure:
+---Swiggy-Automation
    |
    +---src
    |    +---test
    |	  |    +---java
    |	  |    |    \---runner
    |	  |	    |        \---TestRunner.java
    |    |    +---resources
    |    |	    |    \---features
    |    |    |        \---*.feature
    |    +---main
    |    |    +---java
    |    |    |    \---pageobjects
    |    |    |    |    \---*.java
    |    |    |    \---stepdefs
    |    |    |    |    \---*.java
    |    |    |    |---utilities
    |    |    |    |    \---Helper.java
    |    |    |    |    \---Browser.java
    +---src
    |
    +---target
    |
    +---log4j.properties
    |
    +---pom.xml
    |
    +---readme.md
    |
    
                      
How to build and execute the tests?
    1. To run from an Eclipse IDE using JUnit, right click on TestRunner.java -> Select Run As -> JUnit Test
    2. To run from an Eclipse IDE using Maven, right click on Project -> Select Run As -> Maven test OR Maven install
    3. To run from command prompt/terminal using Maven, run the command 'mvn clean install' OR 'mvn install' OR 'mvn test' 
          
Where to find results?
    You can find an execution report inside target folder -> ExecutionReport.html
           
Where to find logging information?
    You can find logging information inside target/logs folder -> ExecutionLogs.html         

bdd_cucumber_automationtestingdraft's People

Contributors

shivpalsw avatar

Watchers

 avatar  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.