Essays about: "test suite"

Showing result 36 - 40 of 154 essays containing the words test suite.

  1. 36. Development Model of a Gas Pressure Regulator for Spacecraft Propulsion : Design Enhancement and Testing

    University essay from KTH/Skolan för industriell teknik och management (ITM)

    Author : FILIPPO POZZI; MARCUS SJÖBERG; [2021]
    Keywords : ;

    Abstract : This thesis treats the testing, analysis, and continued development of a mechanical pressure regulator prototype, intended for use in spacecraft propulsion systems. Herein referred to as the Adapted Mechanical Pressure Regulator (APR), the regulator is an adaptation made by the Swedish space system developer OHB Sweden AB (OSE) of an existing patented design originally intended for use outside of the space industry. READ MORE

  2. 37. Exploring the use of call stack depth limits to reduce regression testing costs

    University essay from Mittuniversitetet/Institutionen för data- och systemvetenskap

    Author : Patrik Bogren; Isak Kristola; [2021]
    Keywords : Regression Testing; Test Case Selection; Code Coverage; Dynamic Program Analysis; Execution Matrix;

    Abstract : Regression testing is performed after existing source code has been modified to verify that no new faults have been introduced by the changes. Test case selection can be used to reduce the effort of regression testing by selecting a smaller subset of the test suite for later execution. READ MORE

  3. 38. Applying Stateless Model Checking to Work-Stealing libraries

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Robert Markovski; [2021]
    Keywords : ;

    Abstract : Software verification by testing does not always detect concurrency errors. Software verification by Stateless Model Checking searches the state space more systematically than testing and can therefore detect concurrency errors which may not be found by testing alone. READ MORE

  4. 39. Building OCI Images With a Container Orchestrator : A comparison of OCI build-tools

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : Jonas Sjödin; [2021]
    Keywords : ;

    Abstract : Cloud computing is a quickly growing field in modern computing science where new technologies arise every day. One of the latest trends in cloud computing is container based technology, which  allows applications to run in a reproducible and stateless fashion without requiring manually installed dependencies. READ MORE

  5. 40. AutoGraphQL : An automated test generation tool for GraphQL

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Louise Zetterlund; [2021]
    Keywords : ;

    Abstract : This thesis presents a novel technique to automatically generate test cases that assess the implementation of a GraphQL API. The key conceptual foundation for this technique is to log end-user queries when the system is in production and to turn these actual usages of the API into test cases. READ MORE