Git Product home page Git Product logo

priytam / auto Goto Github PK

View Code? Open in Web Editor NEW
38.0 4.0 1.0 1.55 MB

Automation tool to write tests for Http Api, Web Page Action, and Command Line based application with embedded mock server and highly configurable reports

Home Page: https://priytam.github.io/auto/

License: MIT License

Java 100.00%
automation regression apitesting uitesting framework testing commandline microservice-testing testing-tool testing-library

auto's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @Priytam
  • ๐Ÿ‘€ Iโ€™m interested in writing sclabale software
  • ๐ŸŒฑ Iโ€™m currently learning ML / AI
  • ๐Ÿ’ž๏ธ I love to read system design blogs and java based open source code
  • ๐Ÿ“ซ How to reach me [email protected]

auto's People

Contributors

niyatiluthra avatar priytam avatar vpoplict avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

kaushikavi

auto's Issues

Repeating columns of same tags

Describe the bug
image

To Reproduce
Steps to reproduce the behavior:
@tags in more than one test

Expected behavior
Only one columns should there for one tag

Tagging BUG IDs to a test

Is your feature request related to a problem? Please describe.
It helps in identifying test related to open bugs

Describe the solution you'd like
Annotation at method or class like
@Tags( {. "ABC-111", "DEF-121" })
and in report as a new column for tags

Util for reading xml response like JsonUtil

Is your feature request related to a problem? Please describe.
Similar to JsonUtil there should be xml unit. Its hard to test when response comes in xml

Get the values of node

XmlUtil.getValue("key")
XmlUtil.getDoubleValue("key")
XmlUtil.getIntegerValue("Key")
XmlUtil.getValues("key", Abc.class)

May be org.w3c.dom.Document; can be used for same purpose

Custom test data in report table

Is your feature request related to a problem? Please describe.
Test may require to report custom data like bug-id against which it is automated

Describe the solution you'd like
In Test there should be a way to add custom data saying should go in report table or not

NPE if mail is enabled and custom table is not provided.

Describe the bug
NPE if mail is enabled and custom table is not provided.

To Reproduce
Steps to reproduce the behavior:
Use the below class to reproduce the issue

public class Runner {

    public static void main(String[] args) {
        InputStream in = Runner.class.getResourceAsStream("/mailconfig.json");
        new TestsExecutor()
                .withEnableMail(JsonUtil.serialize(in, MailConfig.class))
                .execute("com.airservice.testing");
    }

}

Web action operations

Web ui operations for wed based application testing

For example

  • Click
  • Select
  • Fill

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.