Find the word definition

Wikipedia
Tessy

Tessy may refer to:

  • Metz-Tessy, commune in the Haute-Savoie department in the Rhône-Alpes region in south-eastern France
  • Princess Tessy of Luxembourg (born 1985), the wife of Prince Louis of Luxembourg, son of Henri, Grand Duke of Luxembourg
  • Tessy Scholtes (born 1981), Luxembourgian karateka
  • Tessy-sur-Vire, commune in the Manche department in Normandy in north-western France
  • Tessy (Software), tool, that automates module/unit testing of embedded software
Tessy (software)

TESSY is a software tool to automate module- unit testing of embedded software written in various embedded dialects of the programming languages C and C++. TESSY can be used to get the certification for product according to standards like IEC 61508, EN 50128/50129, DO-178B, ISO/IEC 15504 (Automotive SPICE), or the General Principles of Software Validation by the Food and Drug Administration (FDA).

TESSY is developed by Razorcat Development. The international sales partner is Hitex Development Tools. Tessy has 3 major tabs in it. They are: (1) Workspace tab (2)Test Interface Editor(TIE) and (3) Test Data Editor(TDE). (1)Workspace tab include .c or .cpp files (path configuration is done here). Check Source (checks for compilation), Analyzer (analyses file (.c or .cpp) and opens constituent of that particular file (Global variables and Functions)). (2) Test Interface Editor(TIE): Here we can decide the status of all the global variables. (3) Test Data Editor(TDE):Here we feed the conditions or values for the framework decided in TIE.