Giter Site home page Giter Site logo

application-tester's Introduction

Tribler application tester

This repository hosts code for the Tribler application tester, which aims to automatically test Tribler using code injection. To run the Tribler application tester, it requires a path to the Tribler executable, for example:

python3 main.py -p "bash /my/path/to/tribler/tribler/src/tribler.sh"

Upon start, the application tester will automatically verify whether Tribler has been started correctly and then open a TCP connection to the code injection port. After that, it will send random actions to the Tribler GUI, which are specified in the data/action_weights.txt file. Each action contains a weight, indicating the probability that it is selected as next action by the application tester.

You can specify how long Tribler should be tested by specifying a -d (duration) flag, e.g. to run the application tester for two minutes:

python3 main.py -p "bash /my/path/to/tribler/tribler/src/tribler.sh" -d 120

To disable all actions and run Tribler idle, specify the -s (silent) flag:

python3 main.py -p "bash /my/path/to/tribler/tribler/src/tribler.sh" -s

Furthermore, there are several flags to increase resource monitoring. See the output of python3 main.py -h for more details.

application-tester's People

Contributors

devos50 avatar drew2a avatar ichorid avatar xoriole avatar

Watchers

 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.