Essays about: "test flakiness"

Showing result 1 - 5 of 8 essays containing the words test flakiness.

  1. 1. Sync your tests : A qualitative study on strategies for testing asynchronous code

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Rasmus Lagerström; Filip Kjellgren; [2023]
    Keywords : ;

    Abstract : The rise of Electrical control units inside of vehicles has led to strict safety regulationsin terms of testing specific software. When the software indicates errors due to inconsistenttests, instead of actual faults, problems arise and a product’s credibility and reliability arequestioned. READ MORE

  2. 2. The role of regression testing metrics in software quality: A thematic analysis : A case study with Nasdaq Technology AB

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

    Author : Gabriel Acar; [2023]
    Keywords : Software testing; Regression testing; Testing metrics; Test reliability; credibility; Test maintenance; Test performance; Defect management Metric prioritization; Mjukvarutestning; Regressionstestning; Testmätvärden; test tillförlitlighet; test underhåll; test prestanda; Mätvärdes prioritering;

    Abstract : This thesis presents an in-depth exploration of regression testing metrics and their relationship with software quality, based on a qualitative case study within a global technology organization. By applying a thematic analysis to empirical data collected through interviews and a survey with the organisations Quality and Assurance team, this study identifies three primary themes: foundation of credibility, organic test maintenance, and defect management. READ MORE

  3. 3. Possibilities of automatic detection of "Async Wait" Flaky tests in Python applications

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Joel Nilsson; [2021]
    Keywords : flaky test async wait asynchronous waiting python;

    Abstract : Flaky tests are defined as tests that show non-deterministic outcomes, meaning they can show both passing and failing results without changes to the code. These tests cause a major problem in the software development process since it can be difficult to know if the cause of a failure originates from the production- or test code. READ MORE

  4. 4. Randomness as a Cause of Test Flakiness

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Jesper Mjörnman; Daniel Mastell; [2021]
    Keywords : flaky; flaky tests; continuous integration; unit testing; python; pytest; tracing; logging; automatic flaky detection; automatic flaky; test flakiness; randomness; randomness flakiness; flaky dataset;

    Abstract : With today’s focus on Continuous Integration, test cases are used to ensure the software’s reliability when integrating and developing code. Test cases that behave in an undeterministic manner are known as flaky tests, which threatens the software’s reliability. READ MORE

  5. 5. Investigating the applicability of execution tracing techniques for root causing randomness-related flaky tests in Python

    University essay from Linköpings universitet/Programvara och system

    Author : Norrestam Held Erik; [2021]
    Keywords : software testing; flaky; flaky tests; flakiness; test flakiness; python; pytest; randomness; tracing; root causing;

    Abstract : Regression testing is an essential part of developing and maintaining software. It helps verify that changes to the software have not introduced any new bugs, and that the functionality still works as intended. However, for this verification to be valid, the executed tests must be assumed to be deterministic, i.e. READ MORE