Giter Club home page Giter Club logo

ptest-server's People

Contributors

mkalsow avatar mnxfst avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

ptest-server's Issues

Variable formatter

Some variables being printed out using the log4j activity or any other activity do not follow a specific format but the simple result of toString(). In order to have any influence of the toString() result, a formatter is required which must be given as global configuration and being referenced within the desired activities.

Activities might be configured to write 0..n values to the context

Each activity must be configured such that it could write 0..n variables to the context. This behavior must be supported by the activity configuration set such that it looks like:

cursomterLastname

The tag name is used for referencing the known variable within the activity whereas the value names the context variable to be
used for storing the value.

Provide optional global config by server start

In some cases it is required to add some global configuration which is independent from the fixed test plan and adds some more flexibility. For these cases there must be an additional parameter providing settings to the server.

Evaluate context variables

Context variables may be accessed within the test plan using the ${varName} notation. In order to allow complex objects, it is required to evaluate variables like ${varName.attribute} using the getter notation

JMS queue writing activity

Implement a JMS queue writer which either takes the contents of a context variable and writes it to the queue / topic or a pre-defined value

Handle returns to executing client

The ptest-server is expected to run in a distributed environment having n parallel ptest-server instances. Since the client needs to know about the (accumulated) results each run produces, there must be a way to return those information to the client.

Since the execution is triggered using a HTTP server call, the results could be included in the response. Unfortunately this works only for a small number of test plan recurrences. Therefore either the client must provide a callback URL the server must be aware or the client needs to constantly poll results from different source (eg. database).

Another way to handle this could be a central ptest-server instance or another dedicated control instance which is ordered to execute a distributed test case, colllects all results, stores them using a unique session identifier and provides the data on a different HTTP call back to the caller. In that case the caller could constantly pull for results and must not provide a callback url.

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.