Code Monkey home page Code Monkey logo

grape-juice's Introduction

grape-juice

An AutoIt-based framework for building scripts to automate any apps in windows. Pre-reqs: Microsoft network monitor, wireshark, AutoIt How to use:

Create an AutoIt script in the scripts/directory. Use template.au3
DPI_UDF.au3 has some useful functions that can be used in scripts
Create a test case in the testcases/ directory. The test case lists all the scripts you want to run for a specific test
Open a command line and run initiate_automation.bat with the appropriate arguments to run your test case. See initiate_automation.bat code for details on arguments

What to expect:

The application runs as specified in the the .au3 script
msnetmonitor runs to capture traffic generated by the application
the resulting .cap file is converted to a pcap file and stored in the location specified

Coding conventions:

Use a sharp graphite HB pencil
Use CamelCase for variable and function names
Use single tabs for indentation
Functions in the DPI_UDF.au3 file should always have a _ before their name (eg. _CommonStartup() )
Functions in AC_someApp_UDF.au3 should have a common prefix starting and ending with _ (eg. _bt_GetTorrent(), from the AC_bittorrent_UDF.au3)

grape-juice's People

Contributors

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