GithubHelp home page GithubHelp logo

scenario_sampler_code's Introduction

scenario_sampler_code

This is an XML-oriented test scenario sampler.

Installation

  1. make
  2. (optional) install [PICT] (https://github.com/Microsoft/pict)

Usage

./sss [options] [input]

Options

  • -c: resolve <choice> using external combinatorial test tool (defalt: PICT).
  • -r:<n>: specifies how many l2-scripts an l3-script expands to (default: 1).
  • -u:<n>: specifies how many l0-scripts an l1-script expands to (default: 1).

Input Format

Input is a text mixed with XML elements: an l3-script.

Processed Elements

  • <repeat>: repetition of the content. Constitutes an l3-script. Attributes minOccurs and maxOccurs specify how often it can be repeated. Default minOccurs is 0. If maxOccurs is omitted, currently minOccurs plus 10 is set. Attribute delim specifies a deliminator, which will be put in between the repetitions.
  • <choice>: discrete choice from the child nodes. Constitutes an l2-script.
  • <random>: random real number. Constitutes an l1-script. Attributes min and max specify the range.
  • <text>: Text content.

Examples

By ./sss samples/lr.xml, where lr.xml is

this is a random walk scenario.
<repeat>Go <choice>
             <text>left</text>
             <text>right</text>
           </choice>.
</repeat>

the output will be, for instance,

this is a random walk scenario.
Go right.
Go left.
Go left.
Go right.
Go left.
Go right.
Go left.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

scenario_sampler_code's People

Contributors

akihisayamada avatar

Stargazers

 avatar

Watchers

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