GithubHelp home page GithubHelp logo

testframeworkchallenge's Introduction

Library choices

Test Runner -> TestNG (vs Junit)

  • It contains more useful annotations for the running order of tests in relation to Suites.
  • It makes it easier to execute tests in parallel.
  • Its parameters within the @Test annotation make for a more compact and effective test definition.
  • Parameterizing tests is clearer through its xml file.

API Testing -> Rest-Assured (vs JMeter, Postman)

  • Working with Java filters other options.
  • As one of the most popular libraries for API testing it can integrate easily with java frameworks.
  • Its more flexible and it scales better than Postman.
  • It allows for the use of Gherkin when creating tests, lowering the proggramming skills needed to use it.
  • By not utilizing a GUI it allows for simple text editors or linux's nano to edit tests without any problems.
  • It easily allows for integration with Unit tests.

Reports -> Allure (vs ExtentReports, ReportPortal)

  • It can connect directly with user stories through Behaviours.
  • It allows adding attachments such as screenshots to test steps.
  • It can be initiated with CI tools like Jenkins.
  • The overview page has more information as well as useful graphs.
  • It can connect with all the priorly mentioned libraries.

Parser -> JavaParser

  • It builds an Abstract Syntax Tree of the java code allowing for Analysis, Transformation and Generation of code around the written code.
  • It has a long history and its maintainer is well recognized.
  • The code it generates is more maintainable than parser combinators.

Implemented Design Pattern

Prototype.

testframeworkchallenge's People

Contributors

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