Code Monkey home page Code Monkey logo

stagingapptesting's Introduction

QA Challenge Manual Test and Automated Tests

Background

All test cases can be found in QAChallengeTestCases.pdf Some test cases have been automated and are ran with the following instructions

Pre-recs:

Running the project

  1. In your commandline, in a local directory of your choosing, run the command git init
  2. Run the command git pull https://github.com/wintonmj/StagingAppTesting.git in the same directory
  3. Open the SeleniumTests project in Eclipse or IntelliJ.
  4. Right click any of the Test.java files
  5. Click on the option "Run as" then "JUnit" to run the tests for the applicable page you would like tested

Possible errors

If you are getting import errors: open the 'selenium-java-3.141.59.zip' you would've downloaded from here https://www.selenium.dev/downloads/ and add the following jars to your class path:

  • client-combined-3.141.59.jar
  • guava-25.0-jre.jar
  • okhttp-3.11.0.jar
  • ok.io-1.14.0.jar
  • commons-exec-1.3.jar
  • testng-7.1.0.jar

To add .jars to your class path, right click the JRE System Libraries tab, under your project files, in your IDE. Then click on 'Build Path', then 'Configure Build Path'. Next, click the 'Add JARs' button and in the file explorer, find the jars mentioned above.

You may also need to add JUnit4 to your class path (not modules) as well. Your IDE should be able to help you with that.

To add JUnit4 to your class path, right click the JRE System Libraries tab, under your project files, in your IDE. Then click on 'Build Path', then 'Configure Build Path'. Next, click the 'Add Libraries' button and find Junit4 in the options.

stagingapptesting's People

Contributors

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