Essays about: "test suite generation"

Showing result 1 - 5 of 29 essays containing the words test suite generation.

  1. 1. Implementing and comparing challengers to popular multi-objective algorithms for unit test cases generation

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Elias Lindfors; [2023]
    Keywords : multi-objective; evosuite; genetic; algorithm;

    Abstract : The topic of multi-objective algorithms has been researched for many years, where hundreds of multi-objective algorithms have been developed. With the field of search-based software engineering attracting use-cases, more research on which algorithms are fitting the area is still lacking. READ MORE

  2. 2. Behavioural comparison of test and field executions of video games

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

    Author : Chloé Marie Porion; [2023]
    Keywords : Software Testing; Field Monitoring; Test Monitoring; Video Games; Video Game Modding; Mjukvarutestning; Fältövervakning; Testövervakning; Videospel; Videospel Modding;

    Abstract : Software developers write tests to ensure that their application behaves as intended. However, the behaviour of an application in production may deviate from the behaviours that are tested. This difference between test and field executions is rarely assessed in practice. READ MORE

  3. 3. The utilization of log files generated by test executions: A systematic literature review

    University essay from Mälardalens universitet/Akademin för innovation, design och teknik

    Author : Elmi Bile Gabaire; [2023]
    Keywords : Software testing; test execution logs; test execution traces; test case generation; test suite optimization;

    Abstract : Context: Testing is an important activity in software development and is typically estimated to account for nearly half of the efforts in the software development cycle. This puts a great demand on improving the artifacts involved in this task such as the test cases and test suites (a collection of test cases). READ MORE

  4. 4. A SYSTEMATIC MAPPING STUDY ON ONLINE MODEL-BASED TESTING

    University essay from Mälardalens universitet/Akademin för innovation, design och teknik

    Author : Blerta Vuthaj; [2023]
    Keywords : ;

    Abstract : Background: Testing is an integral component of the software development process. It demands both time and resources. Model-based testing (MBT) is a testing strategy that automates the testing process and generates test cases using formal models. READ MORE

  5. 5. Compiler Testing by Random Source Code Generation

    University essay from Linköpings universitet/Programvara och system

    Author : Victor Löfgren; [2023]
    Keywords : Compiler testing; random testing; fuzz testing; random program generation; automated testing;

    Abstract : Most software projects today are written using programming languages. Compilers in turn translate programs written in these higher level languages into machine code, executable on actual hardware. Ensuring that these compilers function correctly is therefore paramount. READ MORE