Code Monkey home page Code Monkey logo

seleniumreportingframework's Introduction

SeleniumReportingFramework

License: MIT

This is a Maven based framework using Selenium, TestNG and Extent Report for automation of the Web Application. The user input is taken from the excel sheet. Each of the tests are annotated and once the tests runs it creates a html based Report using Extent Report jar. In the report, the Failed steps will have the screenshot as well. This framework follows the Page Object Model where each webpage's element are mentioned in one java file.

More on Page Object Model can be found here -> https://www.toolsqa.com/selenium-webdriver/page-object-model/

Pre-requisite

  • The driver .exe files should be downloaded and kept in the drivers folder at the project level.
  • The input is taken from the Excel Sheet, which is under src/java/resource/data.

How to run

  • Once the pre-requisite are met, run mvn run test
  • This will look for the driver and launch the app to run the sample tests written.

How to use

  • For each web page, write the page class in the package com.roy.selext.testngsel.pages under src/main/java
  • The test cases will be written the package com.roy.selext.testngsel under scr/test/java
  • In order to run the test, testng.xml needs to be updated
<parameter name="browserType" value="chrome" /> <!-- The browser type goes here -->
<parameter name="appURL" value="http://mail.yahoo.com" /> <!-- The App URL goes here -->
<test name="Admin Tests"> <!-- Mention The TestSuite Name here -->
	<classes> <!-- The classes which needs to be run -->
		<class name="com.roy.selext.testngsel.LoginPageTest" />
	</classes>
</test>

seleniumreportingframework's People

Contributors

yorraksahb avatar

Watchers

James Cloos 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.