Essays about: "OO testing"

Found 3 essays containing the words OO testing.

  1. 1. Automating Integration-Level Test Case Generation for Object-Oriented .Net Applications

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

    Author : Mehdi Qorbanpur; [2020]
    Keywords : Integration testing; test case generation; Roslyn; Object oriented testing; OO testing; .Net testing;

    Abstract : In spite of introducing many techniques and tools, nowadays still most of software testing is done manually. This means spending more cost and time and increasing the possibility of bugs. READ MORE

  2. 2. RADAR: An Approach for the Detection of Antipatternsin UML Class Diagrams

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Petra Béczi; [2015-07-20]
    Keywords : Anti-pattern; UML class diagram; Software design metric; Detection rule; Detection algorithm; Testing; Statistical analysis;

    Abstract : Anti-patterns in UML designs, alias bad design choices that are claimed as due to the incompetent participation of the designer to Object-Oriented (OO) system could lead to later issues regarding to its maintenance. That is why the earlycapture of those is a common desirability and emphasized as it would be a highly important action for the prevention of issues. READ MORE

  3. 3. Investigation of Test-Driven Development based on Mock Objects for Non-OO Languages

    University essay from Institutionen för datavetenskap; Tekniska högskolan

    Author : Sandhya Mudduluru; [2012]
    Keywords : Test-Driven Development; Test-Driven Design; TDD; Mocks; Stubs; Unit Testing; Extreme programming; Code Dependencies; TDD based frameworks; Unity; CppUTest; CMock.;

    Abstract : In traditional software development, bug detection or testing comes as an afterthought. However, bugs are difficult to detect in the later stages of software development that result in long debugging time. Usually, bugs are left out because of higher concentration on development effort, leaving lesser time for testing. READ MORE