Essays about: "Java Developer"

Showing result 1 - 5 of 22 essays containing the words Java Developer.

  1. 1. Comparing Spring REST API test frameworks : A Comparison Study

    University essay from Linnéuniversitetet/Institutionen för datavetenskap och medieteknik (DM)

    Author : Sebastian Åkerblom; Leopold Huber; [2023]
    Keywords : test framework; Java; JUnit; Spock; TestNG; Spring; Spring Boot; testing; framework;

    Abstract : This bachelor thesis presents a comparison of three Java testing frameworks - JUnit 5,TestNG and Spock - with the purpose of evaluating their suitability in testing RESTAPIs built with Spring Boot. As the demand for reliable and high-quality softwaresystems continues to grow, automated testing techniques are crucial in ensuring thecorrect functionality of applications. READ MORE

  2. 2. Enabling Java Software Developers to use ATCG tools by demonstrating the tools that exist today, their usefulness, and effectiveness

    University essay from Linnéuniversitetet/Institutionen för datavetenskap och medieteknik (DM)

    Author : RASHED QAZIZADA; [2021]
    Keywords : Automated Test Case Generation; ATCG; ATG; Java Software Testing; Java Testing Tools; Test case generation; Object-Oriented software testing tools; open source tools; Mutation Testing; Mutation Score; Automated Tools; Test Suite;

    Abstract : The software industry is expanding at a rapid rate. To keep up with the fast-growing and ever-changing technologies, it has become necessary to produce high-quality software in a short time and at an affordable cost. READ MORE

  3. 3. An evaluation of MobileCross-platform Developmentusing React Native and NativeAndroid

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Anton Carlsson Tysk; Emil Kling; [2021]
    Keywords : ;

    Abstract : Instead of developing the same mobile application multiple times for different platforms, Androidand iOS, there are frameworks which allow the developer to deploy an application to severalplatforms using the same code base. One of these frameworks is React Native, a JavaScriptframework for developing mobile applications for both Android and iOS. READ MORE

  4. 4. Design and Implementation of Semantic Patch Support for the Spoon Java Transformation Engine

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

    Author : Mikael Forsberg; [2021]
    Keywords : ;

    Abstract : Software development is more often than not a collaborative process, creating a need for tools and file formats that enable developers to create and share succinct representations of changes to source code in order to facilitate efficient communication. Standard POSIX diffs and patches have long been important parts of the toolkit, but their lack of support for the syntax and semantics of specific programming languages results in limited expressiveness. READ MORE

  5. 5. Analysing Lambda Usage in the C++ Open Source Community

    University essay from Mittuniversitetet/Institutionen för data- och systemvetenskap

    Author : Jonathan Bengtsson; Heidi Hokka; [2020]
    Keywords : C ; Lambda Functions; Static Code Analysis; Mining Repositories; Software Engineering Practices; C ; lambdafunktioner; statisk kodanalys; utvinning av information i repositorier; sedvänjor i programvaruutveckling;

    Abstract : Object-oriented languages have made a shift towards incorporating functional concepts such as lambdas. Lambdas are anonymous functions that can be used within the scope of other functions. In C++ lambdas are considered difficult to use for inexperienced developers. This implies that there may be problems with lambdas in C++. READ MORE