Essays about: "Test Case Prioritization"

Showing result 11 - 15 of 26 essays containing the words Test Case Prioritization.

  1. 11. Test Case Prioritization Using AHP and Customer Usage Profiles for Regression Testing

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Mattias Karlsson; [2019]
    Keywords : Technology and Engineering;

    Abstract : .... READ MORE

  2. 12. Test case prioritization in the context of a video game development project

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

    Author : Rami Karim; [2019]
    Keywords : ;

    Abstract : Regression testing is an important part of software development and is integral for finding regression errors caused by code changes or issues with revision control. However, executing all test cases in the test suite is often infeasible. One solution to this problem is to use a prioritization technique. READ MORE

  3. 13. Selecting an appropriate RequirementsBased Test Case PrioritizationTechnique

    University essay from

    Author : Sai Priyatham Dongoor; [2019]
    Keywords : ;

    Abstract : Context: Regression testing is done to ensure that the modified code of the software is working as it is supposed to. The simplest strategy for regression testing is to re-execute all the test cases (TC), but due to constraints such as time, cost and resources this strategy is inefficient to implement. READ MORE

  4. 14. Test Case Prioritization as a Mathematical Scheduling Problem

    University essay from KTH/Optimeringslära och systemteori

    Author : Marcus Ahlberg; Eric Fornander; [2018]
    Keywords : ;

    Abstract : Software testing is an extremely important phase of product development where the objective is to detect hidden bugs. The usually high complexity of today’s products makes the testing very resource intensive since numerous test cases have to be generated in order to detect all potential faults. READ MORE

  5. 15. Self-learning algorithms applied in Continuous Integration system

    University essay from Blekinge Tekniska Högskola/Institutionen för datalogi och datorsystemteknik

    Author : Akhil Tummala; [2018]
    Keywords : Machine learning; Classification; Continuous Integration; Test case prioritization; Regression Testing;

    Abstract : Context: Continuous Integration (CI) is a software development practice where a developer integrates a code into the shared repository. And, then an automated system verifies the code and runs automated test cases to find integration error. For this research, Ericsson’s CI system is used. The tests that are performed in CI are regression tests. READ MORE