Coder Social home page Coder Social logo

brause's Introduction

brause
======

a non validating EPP test client with minimal dependencies. it is
designed to test the NZRS .nz EPP implementation but can easily be
customised to test other EPP implementations as well or even act as a
command line interface to EPP registries (even though performance is not
the goal here)

EPP XML templates are as templates in the template tree and can be run
with the _brause_ commandline utility.

The commandline utility reads commands and options off a config file
(standard is recipies.conf) which can be defined with the -d commandline
switch. The config file format holds the entire command sequence that
should be tested in the following way:

<step>
    command = login
    user = XXX
    pass = XXXXXXXXXXX
</step>
<step>
    command = DO YOUR TESTS HERE
    key     = value
    <nested>
        key = value
    </nested>
</step>
<step>
    command = logout
</step>

This way command sequences can be tested quite easy. This should work
for stress testing servers as well.

kracherl
========

this is a very basic web client that mekes testing really straight
forward. simply run the _kracherl_ command and fill the text boz with
the commands you want to run then hit "run commands".

the web interface will be available on http://127.0.0.1:3000

brause's People

Contributors

mutant avatar norbu09 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

catalyst mutant

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.