Giter VIP home page Giter VIP logo

frasy's Introduction

Documentation Status

Frasy - Generic Automated Hardware Testing Software

logo logo

Frasy is a tool allowing technicians to test any Printed Circuit Board Assemblies (PCBA) in a highly scalable manner, ranging from small (less than 1000 units per year) to very large (> 10 million units per year) production lines.

Using a descriptive approach, very little programming knowledge are required in order to write test sequences. The technician only has to specify the criteria for a PCBA to be valid, and Frasy handles the rest!

TODO: add screenshot of main gui

Example Sequence

This short example demonstrates how a voltage is measured on a PCBA.

local Commands = requires("commands.lua")

Sequence("MySequence", function(seqContext)
    Test("VCC", function(testContext)
        local tension = Commands.GetTension(testContext.Map.VCC)
        Expect(tension):ToBeBetween(3.0, 3.6)   -- Expects VCC to be 3.3V +/- 300mV.
    end)
end)

What does Frasy do?

At its core, Frasy uses the functionalities of the GoogleTest unit testing framework to select, configure and execute sequences of tests defined by the user. Tests can be individually controlled from within the software, and their behavior can be specified through scripts written in Lua.

When opening Frasy for the first time, the user will be prompted to select the files that contain the sequences of test. This will be remembered so that they are automatically loaded on start up in the future.

Sequences and tests can be enabled and disabled through the test explorer, which is also used to display the progression of the sequence. The user then only has to click on the "Run" button.

Documentation

The API reference documentation can be found here.

A thorough description of Frasy's architecture can be found here

Thanks

Thank you to the following persons for their help in making this project possible!

  • DoubleNom for the help designing the entire architecture and for his helpful criticism :)
  • nickclark2016 for designing the test description procedure!
  • An anonymous sergal for the help coming up with sentences that makes sense!

Getting Started

To generate the project files, use one of the scripts found here. Alternatively, invoke Premake directly.

Note: C++20 is required to build Frasy!

By default, Frasy builds the demonstration mode. The sources for this demo mode can be found here. To provide your own source code, use the --src_loc flag when generating the project files.

FAQ

Why is the main branch called Morwenn?

Because Morwenn.

frasy's People

Contributors

doublenom avatar smartel99 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

doublenom

frasy's Issues

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.