Essays about: "automatic flaky"

Found 3 essays containing the words automatic flaky.

  1. 1. Creating a Unit Testing Application Prototype for JavaScript

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

    Author : Mårten Björkman; Jonathan Bergqvist; [2022]
    Keywords : Unit Tests; Test Creation; Test Maintenance; JavaScript; Code Analysis; Enhetstester; Testskapande; Testunderhåll; JavaScript; Kodnalys;

    Abstract : Testing is an integral part of software development with the goal of verifying a system’s requirements. One of the most commonly used methods for verifying code is unit testing. If done properly, unit testing can guarantee the intended functionality of a code unit. READ MORE

  2. 2. 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

  3. 3. 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