Coder Social home page Coder Social logo

testing's People

Contributors

courtenayhuffman avatar gabesoares avatar jeannlabelle avatar khail13 avatar maroun-rouhana avatar mkamalel avatar murkypuma avatar rafguevara14 avatar ryanheo10 avatar sumreenr avatar taysia avatar tnookut avatar

Watchers

 avatar  avatar

testing's Issues

UART - GUI Side

Implement UART send and receive. See documentation on UART basics and pyserial library.
Baud rate will be decided in collaboration with firmware team.
Purchase of USB -> UART dongle might be necessary eventually

TestBoardGUI: Handle selected test cases

Currently, the GUI shows selected test cases when user clicks on a test case but it hasn't been handled in python yet so selecting the test cases doesn't do anything. The program should identify the selected test cases and the category that they belong in. This is what the _get_selected_tests() function is trying to achieve. Additionally, it would be nice if all the test cases in a category is selected when user clicks on the title of the test category.

TestBoardGUI: Excel Writer

In a new file, create a class to write and format a test summary in an excel sheet. Test summary includes information about the test such as test number, device information, the selected tests and their results, etc.

Inputs:

  • Path (Directory chosen by the user to store the excel file) --> mainwindow.dirName
# Example
'C:/team phantom'
  • Test Info
    1) Check-in info --> mainwindow.checkin_info
    2) Selected test cases and their results
    - Assume the following format for now: List of dictionaries
[{'Test Name': 'LV Power Sensor', 'Test Case': 'Test 2: Power Rail Undervoltage', 'Status': 'Pass', ‘Message’: ‘N/A’}, {'Test Name': 'LV Power Sensor', 'Test Case': 'Test 2: Power Rail Undervoltage', 'Status': 'Pass', ‘Message’: ‘N/A’}]

TestBoardGUI: Make repeat column editable

A test case may need to be selected more than once. The repeat column in test selection is supposed to allow user to input how many times they'd like to repeat the selected test case. It is currently not editable.

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.