Skip to content

TestBoardGUI: Excel Writer #28

@tnookut

Description

@tnookut

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’}]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions