Filter

Meine letzten Suchanfragen
Filtern nach:
Budget
bis
bis
bis
Typ
Fähigkeiten
Sprachen
    Jobstatus
    2,000 jsf junit Gefundene Jobs, Preise in EUR

    Sr Java Solutions Architect Job Description: Location: Bangalore (Preferrable. If NOT, REMOTE will also work) Contract: Long Term Experienc... APIs, JSON, REST Profound Knowledge base with Java, Spring, Open source and building RESTful APIs Expert Java; Knowledgeable and experienced with real time framework like Kafka, Thorough understanding of Web Service technologies, and data structure fundamentals Implementation or working experience of Continuous Integration and Continues Delivery using tools and automation capabilities such as JUnit, Mocking, TestNG, Jenkins, Git, Stash and Jira Large scale software product engineering experience with contemporary tools and delivery methods in a complex environment (i.e. DevOps, CD/CI, Agile, etc.) Knowledgeable and experience in PostgreSQL /...

    €13 / hr (Avg Bid)
    €13 / hr Gebot i.D.
    11 Angebote

    ...message to corresponding TMA channel List<MessageDto> forwardEmailMessages(EMailAccountDTO) MS3: - add TG user to channel List<UserDto> addUsersToTgChannel(List<UserDto>) - add TG user to group List<UserDto> addUsersToTgGroup(List<UserDto>) Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experie...

    €86 (Avg Bid)
    €86 Gebot i.D.
    26 Angebote

    ... 1. Introduction, Inductive Definitions, Formal Languages 2. Regular Languages 3. Context-free grammers 4. Turing Machines 5. Computational Complexity 6. Propositional Logic 7. Predicate Logic 2) Agile Software Development Practices 1. Version Control 2. Git 3. Build automation: software build and configuration with Gradle 4. Software quality assurance: software testing; Lab: Testing with Junit 5. Continuous integration (CI); Continuous delivery/deployment (CD); CI/CD with Jenkins 6. Group dynamics, tools and technologies for teamwork, issue tracking, Scrum method and agile team structure 7. Scrum method: expressing requirements 8. Scrum method: planning and estimation Ethics, intellectual property, licensing and open source software 9. Industry Speaker (Agile Development) ...

    €297 (Avg Bid)
    €297 Gebot i.D.
    14 Angebote

    ORDER MANAGEMENT SYSTEM Overview The Order Management System is an application that is used for inventory management. It includes purchases, orders, suppliers, products, etc. It consists of two modules: the employee module and the user module. In the employee module, the first employee logs into the system. So, the employee dashboard is open. As an employee, he has all h...employee, I should be able to delete the company. First, you should check if any product does not belong to this Company, so you must delete that company. Other employees cannot delete that company.  As an employee, I should be able to show all the companies with pagination.  As an employee, I should be able to Search any Company by its name. Note: - Write test cases for all the API’s (Mandatory Junit and...

    €29 (Avg Bid)
    €29 Gebot i.D.
    12 Angebote

    ...addFollow(Issue, List<Issue> pFollowsIssues, ) List<Issue> addRelated(Issue, List<Issue> pRelatedIssues) MS4: add for all methods singular wrappers for convenience programming (wrap isngle item into a collection and call above developed methods) Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experience with REST A...

    €79 (Avg Bid)
    €79 Gebot i.D.
    18 Angebote

    Contract: 6months extendable Work timings: Sun - Thurs 10AM - 7PM IST Location: Remote Exp: 7+yrs Mandatory skills: Spring, Hibernate, JSF and Java experience Skills: • 7 Years core J2EE Development experience including JSF, Rich Faces, • Experience in XML, Spring, Hibernate • Experience in Oracle RDBMS • Experience in SOAP, Web Services • Experience in Restful Services • Experience in JMS • Desirable experience in Angular JS, Angular

    €1503 (Avg Bid)
    €1503 Gebot i.D.
    28 Angebote

    Angular 2 full time resource with good understanding of JSF, JSF Beans for project migration purposes. Quick learner and should able to complete the given tasks within time limit

    €411 (Avg Bid)
    €411 Gebot i.D.
    14 Angebote

    Must be willing to login to my computer to work as well as on your on pc to qualify for this on-going role, please send me a private message regarding your answer to this question:

    €21 / hr (Avg Bid)
    €21 / hr Gebot i.D.
    30 Angebote

    I am looking for an advanced JSF developer who can provide support for my personal project. Skills and experience required: - Advanced level of experience with JSF

    €13 / hr (Avg Bid)
    €13 / hr Gebot i.D.
    26 Angebote

    I'm looking for somebody to help me with a project that involves writing test cases and increasing code coverage over a day. The code is written in Angular 16, and I have some specific test scenarios in mind that I would like you to work with. I'm comfortable with the freelancer using Jasmine/karma, JUnit, Pytest, and Google Test as testing frameworks. My current code coverage is 35%, and I'd need somebody to increase it up to 80%. If you are confident that you can complete it properly in a day, I'd be happy to hear from you.

    €12 (Avg Bid)
    €12 Gebot i.D.
    5 Angebote

    ... 1. Introduction, Inductive Definitions, Formal Languages 2. Regular Languages 3. Context-free grammers 4. Turing Machines 5. Computational Complexity 6. Propositional Logic 7. Predicate Logic 2) Agile Software Development Practices 1. Version Control 2. Git 3. Build automation: software build and configuration with Gradle 4. Software quality assurance: software testing; Lab: Testing with Junit 5. Continuous integration (CI); Continuous delivery/deployment (CD); CI/CD with Jenkins 6. Group dynamics, tools and technologies for teamwork, issue tracking, Scrum method and agile team structure 7. Scrum method: expressing requirements 8. Scrum method: planning and estimation Ethics, intellectual property, licensing and open source software 9. Industry Speaker (Agile Development) ...

    €254 (Avg Bid)
    €254 Gebot i.D.
    17 Angebote

    ...coordinate) MS1: Implement a service class, which calculates if a given List or Point of GPS coordinates is in a given Polygone The service is wrapped into interfaces (classes) - Distance getShortestDistanceToPolygone(GpsPosition, GpsPolygone) - boolean isGpsPositionInsidePolygone(GpsPosition, GpsPolygone) - implemen.t unit tests, which run & test this code (you provide as a very first step empty JUnit methods as runners which call the interface and use the autowired services) - the unit tests read the gps coordinates and polygones from xlsx files and run the unit tests as parametrized tests against the service class(es) MS2: - List<GpsPosition> getGpsPositionsOutsidePolygone(List<GpsPosition>, GpsPolygone) - List<GpsPosition> getGpsPositionsInsidePolygone...

    €89 (Avg Bid)
    €89 Gebot i.D.
    7 Angebote

    ...GpsPolygone) - List<GpsPosition> getGpsPositionsOutsidePolygone(List<GpsPosition>, GpsPolygone) - List<GpsPosition> getGpsPositionsInsidePolygone(List<GpsPosition>, GpsPolygone) - Distance getShortestDistanceToPolygone(GpsPosition, GpsPolygone) - boolean isGpsPositionInsidePolygone(GpsPosition, GpsPolygone) - implement unit tests, which run & test this code (you provide as a very first step empty JUnit methods as runners which call the interface and use the autowired services) MS2: - you expose the services into a REST API => provide a REST api definition for clarification before finally implementing it MS3: - you provide the openapi definition based from the code (swagger) MS4: - you provide the docker environment which makes it possible to t...

    €183 (Avg Bid)
    €183 Gebot i.D.
    20 Angebote

    ...blockUsers(List<UserDTO> pUsersToDelete) - delete users List<UserDTO> deleteUsers(List<UserDTO> pUsersToDelete) MS2: - same as above but for groups - operations to add or remove users from specific groups (as set operations) - same for assigning users to roles Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points - best practices in software engineering - best practices in spring-boot implementation - openAPI usage NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in t...

    €54 (Avg Bid)
    €54 Gebot i.D.
    19 Angebote

    ...direct messages sendMatrixDirectMessages(List<MessageDto>, List<UserDto>) - group messages sendMatrixGroupMessages(List<MessageDto>, List<GroupChatDto>) MS-later: - implement a bridge to work via e-mail between group chat and e-mail mailbox Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points - best practices in software engineering - best practices in spring-boot implementation NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your backg...

    €49 (Avg Bid)
    €49 Gebot i.D.
    15 Angebote

    ...job will be to implement requirements which are mutually agreed on this API (cora-api) and You will get the java client implementation to access the API. Your job is to provide the functions to be more from the UX perspective and to implement them as serivce methods and to call the service-class as junit tests. Mandatory!!!! You have to have a installed proxmox on your local environment to be able to use it properly and to test it properly! you can run locally via: Milestones MS1: Delivery of to reproduce your steps of the proxmox installation on virtualBox Implement a REST api call to CRUD users and groups

    €134 (Avg Bid)
    €134 Gebot i.D.
    26 Angebote

    ...firewall rules and aliases MS4: - CRUDING interfaces VIP & VLAN Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experience with REST APIs If you are a good fit, you are open to get

    €75 (Avg Bid)
    €75 Gebot i.D.
    15 Angebote

    I am looking for an experienced Java programmer and tester to put together a short Java program and accompanying Junit test. The program's purpose will be data processing, with the Junit test having intermediate complexity and covering more than 10 different test cases. The successful applicant will have experience in both Java programming and unit testing, and should be willing and able to follow the instructions I provide as well as provide ongoing reporting and feedback about the project. This project is short and I am looking to have it completed in two hours.

    €133 (Avg Bid)
    €133 Gebot i.D.
    8 Angebote

    I need a java developer with good relevant experience in restful web services with spring boot. 1There is a data mismatch with old API & new API ,need to correct those ASAP to write Junit for few java classes (impl classes) Need to complete this within 2 days.

    €14 (Avg Bid)
    €14 Gebot i.D.
    20 Angebote
    Senior Developer Beendet left

    Senior Developer highly skilled in the following technologies: Html/CSS, ReactJS, Java, JasperReports, iText/PDFBox, Spring (MVC, Data, Security...), Thymeleaf, JSF, MySQL/PostgreSQL

    €1055 (Avg Bid)
    €1055 Gebot i.D.
    102 Angebote

    ...blockUsers(List<UserDTO> pUsersToDelete) - delete users List<UserDTO> deleteUsers(List<UserDTO> pUsersToDelete) MS2: - same as above except now the operations are for groups - operations to add or remove users from specific groups (as set operations) Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experience with ...

    €81 (Avg Bid)
    €81 Gebot i.D.
    20 Angebote

    ...fetchQuarantinedEMails(List<DomainDTO>, List<UserDTO>) - fetchBlockedEMails(List<DomainDTO>, List<UserDTO>) forward a list of quarantined and blocked e-mails to "management" users, who are capable of analyzing false positives (Quarantined and blocked) Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of ex...

    €98 (Avg Bid)
    €98 Gebot i.D.
    30 Angebote

    ...direct messages sendMatrixDirectMessages(List<MessageDto>, List<UserDto>) - group messages sendMatrixGroupMessages(List<MessageDto>, List<GroupChatDto>) MS-later: - implement a bridge to work via e-mail between group chat and e-mail mailbox Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experience with RE...

    €156 (Avg Bid)
    €156 Gebot i.D.
    31 Angebote

    ...message to corresponding TG channel List<MessageDto> forwardEmailMessages(EMailAccountDTO) MS3: - add TG user to channel List<UserDto> addUsersToTgChannel(List<UserDto>) - add TG user to group List<UserDto> addUsersToTgGroup(List<UserDto>) Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experien...

    €143 (Avg Bid)
    €143 Gebot i.D.
    25 Angebote

    ...be able to define pattern based protections "develop*", "features*" MS5: - copy milestones from a template project - copy labels from a template project - copy issues from a template project good example: Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experience with REST APIs If you are a good fit, you are open...

    €71 (Avg Bid)
    €71 Gebot i.D.
    37 Angebote

    Java Spring boot, Rest api development and issue fixing project Skills and Experience: - Java Spring boot development - Experience in Rest api development and fixing issues through Spring boot framework - Familiarity with junit test cases for testing - Strong understanding of error handling, performance optimization, and database connectivity Communication: Preferred communication method with the freelancer is through phone or email. Please include your experience in your application.

    €4 / hr (Avg Bid)
    €4 / hr Gebot i.D.
    33 Angebote

    ...blockUsers(List<UserDTO> pUsersToDelete) - delete users List<UserDTO> deleteUsers(List<UserDTO> pUsersToDelete) MS2: - same as above but for groups - operations to add or remove users from specific groups (as set operations) - same for assigning users to roles Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experi...

    €127 (Avg Bid)
    €127 Gebot i.D.
    14 Angebote

    ...blockUsers(List<UserDTO> pUsersToDelete) - delete users List<UserDTO> deleteUsers(List<UserDTO> pUsersToDelete) MS2: - same as above but for groups - operations to add or remove users from specific groups (as set operations) - same for assigning users to roles Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experi...

    €35 (Avg Bid)
    €35 Gebot i.D.
    14 Angebote

    ...DTO> pUsersToCreate) - List<UserDTO> deleteUsers(...) - List<UserDTO> findUsers(List<UserDTO> pUsersByExample) - List<UserDTO> updateUsers(...) - List<UserDTO> invalidateUsers(...) // a temporary disable flag on znuny for user accounts Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experienc...

    €56 (Avg Bid)
    €56 Gebot i.D.
    18 Angebote

    ... List<UserDTO> blockUsers(List<UserDTO> pUsersToDelete) - delete users List<UserDTO> deleteUsers(List<UserDTO> pUsersToDelete) MS2: - same as above except for groups - operations to add or remove users from specific groups (as set operations) Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experience with RE...

    €35 (Avg Bid)
    €35 Gebot i.D.
    19 Angebote

    ...pUsersToDelete) - delete users List<UserDTO> deleteUsers(List<UserDTO> pUsersToDelete) MS2: - same as above except for groups - operations to add or remove users from specific groups (as set operations) MS3: - activate trainings for specific users via api Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experience with ...

    €35 (Avg Bid)
    €35 Gebot i.D.
    15 Angebote

    ... List<UserDTO> blockUsers(List<UserDTO> pUsersToDelete) - delete users List<UserDTO> deleteUsers(List<UserDTO> pUsersToDelete) MS2: - same as above except for groups - operations to add or remove users from specific groups (as set operations) Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experience with RE...

    €62 (Avg Bid)
    €62 Gebot i.D.
    15 Angebote

    ...- delete A, AAAA, CNAME, TXT records List<DnsRecordDTO> deleteRecords(List<DnsRecordDTO> pRecordsToDelete) - fetch all domains List<DnsRecordDTO> fetchAllDomain() MS2: - create a new plesk subscription - create a new plesk domain with DNS Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experience with REST API...

    €52 (Avg Bid)
    €52 Gebot i.D.
    14 Angebote

    ...TXT records List<DnsRecordDTO> updateRecords(List<DnsRecordDTO> pRecordsToAdd) - delete A, AAAA, CNAME, TXT records List<DnsRecordDTO> deleteRecords(List<DnsRecordDTO> pRecordsToDelete) MS2: - create a new bind master zone via webmin create Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experience with RE...

    €73 (Avg Bid)
    €73 Gebot i.D.
    22 Angebote

    I am looking for a Java Full stack developer with senior-level experience to provide support on my project. The specific technology stack required for the project is Java/Spring. The ideal candidate should have a strong understanding of Java and Spring frameworks. Key Requirements: - Experience in developing and maintaining Java/Spring applications - Experience in Spring boot and Junit Testcases. - Proficiency in front-end technologies such as Angular and JavaScript - Knowledge of database management systems, particularly MySQL - Familiarity with version control systems, such as Git - Strong problem-solving and debugging skills I need weekly 3 days support. If you have the necessary skills and experience in Java Full stack development, and are available to start immediately, ple...

    €7 / hr (Avg Bid)
    €7 / hr Gebot i.D.
    27 Angebote

    ...project, so you only have to add your code there. Milestones MS1: - define service interface+methods and the DTO classes - Implement API to add a new record MS2: Implement API to delete a specific record MS3: will be discussed an mutually agreed Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! Your background is: - multiple years of experience with Java - multiple years of experience with REST APIs - python code reading/understanding If you are a good fit, you are open to get more tasks about implementing solutions full...

    €17 / hr (Avg Bid)
    €17 / hr Gebot i.D.
    14 Angebote

    ...pCustomPostTypeByExample) MS4: - List<CustomFieldDTO> fetchAllCustomFields() - List<CustomFieldDTO> createCustomFields(List<CustomFieldDTO> pCustomFieldByExample) - List<CustomFieldDTO> updateCustomFields(List<CustomFieldDTO> pCustomFieldByExample) Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experienc...

    €11 / hr (Avg Bid)
    €11 / hr Gebot i.D.
    41 Angebote

    ...TXT records List<DnsRecordDTO> updateRecords(List<DnsRecordDTO> pRecordsToAdd) - delete A, AAAA, CNAME, TXT records List<DnsRecordDTO> deleteRecords(List<DnsRecordDTO> pRecordsToDelete) MS2: - create a new bind master zone via webmin create Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experience with RE...

    €15 / hr (Avg Bid)
    €15 / hr Gebot i.D.
    17 Angebote

    ...the latest industry trends, best practices, and emerging technologies in web application testing. Requirements: Proven experience as a Web Application Tester or similar role, with a strong understanding of software testing principles and methodologies. Solid knowledge of web technologies, including HTML, CSS, JavaScript, and web frameworks. Familiarity with testing tools such as Selenium, JUnit, TestNG, JIRA, or similar. Experience with performance testing tools like JMeter or LoadRunner is a plus. Ability to write clear, concise, and comprehensive test cases and documentation. Strong analytical and problem-solving skills to identify and isolate issues effectively. Excellent communication and collaboration abilities to work with cross-functional teams. A detail-oriented...

    €468 (Avg Bid)
    €468 Gebot i.D.
    65 Angebote

    ... - OrderResultDTO orderDomain(String domain, DomainContactsDTO) - List<OrderResultDTO> orderDomains(... dto with domain + contact) - cancelDomains(...) maybe helpful, since from the vendor itself Implementations: - a Interface representing the above methods - the impl of the interface - the DTOs are hardcoded examples in multiple JUnit tests, so that the JUnit tests is basically your "main" method replacement with multiple entry points NO UI for now required! NO database required! No REST endpoint exposing for the above named methods required! (only consuming the apis in the given links) Your background is: - multiple years of experience with Java - multiple years of experience with REST APIs If you are a good fit, you are open to get

    €11 / hr (Avg Bid)
    €11 / hr Gebot i.D.
    33 Angebote
    Java Developer Beendet left

    Need a java developer who is expert in writing Junit for java class using mockit jar & reading Excel file using Java.

    €16 (Avg Bid)
    €16 Gebot i.D.
    15 Angebote

    Project Description: The project involves running automation tests using BDD, Java, and Selenium. The client specifically needs to run unit tests. Therefore, the ideal candidate should have experience in writing and executing unit tests. Skills and Experience Required: - Proficiency in Java programming language - Experience in using Cucumber framework for automation testing - Str...Therefore, the ideal candidate should have experience in writing and executing unit tests. Skills and Experience Required: - Proficiency in Java programming language - Experience in using Cucumber framework for automation testing - Strong understanding of BDD (Behavior-Driven Development) principles - Familiarity with Selenium for automating web applications - Knowledge of test frameworks such as JUnit...

    €17 (Avg Bid)
    €17 Gebot i.D.
    13 Angebote

    Project Description: The project involves running automation tests using BDD, Java, and Selenium. The client specifically needs to run unit tests. Therefore, the ideal candidate should have experience in writing and executing unit tests. Skills and Experience Required: - Proficiency in Java programming language - Experience in using Cucumber framework for automation testing - ...Therefore, the ideal candidate should have experience in writing and executing unit tests. Skills and Experience Required: - Proficiency in Java programming language - Experience in using Cucumber framework for automation testing - Strong understanding of BDD (Behavior-Driven Development) principles - Familiarity with Selenium for automating web applications - Knowledge of test frameworks such as JUnit...

    €22 (Avg Bid)
    €22 Gebot i.D.
    23 Angebote
    Junit writing Beendet left

    Experienced Java developer needed for Junit testing project Purpose of the Junit test: - Unit testing Test data requirements: - Yes, test data is required Programming language for Junit test: - Java Skills and experience required: - Strong proficiency in Java programming - Experience with Junit testing framework - Knowledge of test data generation and management - Familiarity with unit testing best practices - Ability to write clean and maintainable code for testing purposes Hi guys, I work as a tester and I am looking for support from someone who is proficient in Junit test case writing (junit4). The code is written in Java by the developer and the code coverage needs to be taken to 75-80% (it is currently at 58 and 40%). The applications for the ...

    €96 (Avg Bid)
    €96 Gebot i.D.
    12 Angebote

    Project Description: I am looking for a skilled developer with experience in JUNIT testing using Mockito for a project involving a very large Spring application. The purpose of the function that needs to be tested is data validation. Skills and Experience: - Strong experience in JUNIT testing and Mockito - In-depth knowledge of Spring framework - Familiarity with large-scale applications and the challenges they present - Understanding of data validation processes and best practices Testing Strategy: - The chosen testing strategy for this project is White Box Testing, which involves testing the internal structure and implementation of the code. Existing Test Cases: - The client has existing test cases for this application, which will serve as a starting point for the test...

    €8 / hr (Avg Bid)
    €8 / hr Gebot i.D.
    16 Angebote

    Requirement: A number of vendors provide price information for traded instruments; a traded instrument will have different prices from different vendors. Price data from each vendor is to be cached in a local data store and then distributed to interested downstream systems. The cache will have services to allow clients to publish and retrieve data fr...how they were overcome 6. optional: provide a demo for implemented rest API Permitted Technologies: The following technologies can be used wherever appropriate. Java – versions 1.7+ Spring – including Spring boot, Spring integration, Spring Web. Other DI frameworks can also be used JMS – embedded brokers are allowed JDBC/Caching – any permitted, including embedded solutions Testing frameworks – JUnit/JM...

    €104 (Avg Bid)
    €104 Gebot i.D.
    13 Angebote

    i need someone with the skills and confident on those tools #apache tomcat #Java dynamic web project #MySQL # Junit and Mockito you have to write few test cases for the methods inside this project including component test, call test,system test i have uploaded the project file .all you need to configure the database name which is withing the project inside file .Change only the database name .

    €34 (Avg Bid)
    €34 Gebot i.D.
    28 Angebote

    ...Framework, as well as a strong background in Java development. Job Requirements: • The required experience is 5+ years • This opportunity is for an onsite Bangalore opportunity • Java/J2EE design and programming • SQL/NoSQL databases (Postgres, CouchDB preferred) design and queries • Microservices (including containerization) using SpringBoot • Any messaging system (KAFKA preferred) • Unit testing Junit/Mocking frameworks • Basics of Azure or AWS cloud, Kubernetes • Working with API Gateways (NGINX preferred) • Working knowledge of AD authentication and role-based authorization. • Working knowledge of design patterns • Docker and Kubernetes • Please add "Java" in starting of your proposal. Otherwise wil...

    €1110 (Avg Bid)
    €1110 Gebot i.D.
    15 Angebote

    I am looking for a developer to build a SpringBoot API with Kotlin that will be interacting with a Couchbase database. The API should have the basic CRUD endpoints. I require basic testing and documentation for the project. Ideal skills and experience for this job include: - Proficiency in SpringBoot and Kotlin - Experience with Couchbase database - Knowledge of RESTful API design...API with Kotlin that will be interacting with a Couchbase database. The API should have the basic CRUD endpoints. I require basic testing and documentation for the project. Ideal skills and experience for this job include: - Proficiency in SpringBoot and Kotlin - Experience with Couchbase database - Knowledge of RESTful API design and implementation - Familiarity with testing frameworks such as JUnit o...

    €470 (Avg Bid)
    €470 Gebot i.D.
    29 Angebote

    I am looking for an Advanced Android Developer to join my team on a full-time basis to develop an E-commerce app. The ideal candidate should have experience in Kotlin programming language. The candidate should be able to work independently and in a team, have excellent communication skills, and be able to deliver hi...independently and in a team, have excellent communication skills, and be able to deliver high-quality code. Additionally, the following skills and experience would be an advantage: - Experience with payment gateway integration - Knowledge of Android UI/UX design principles - Experience with Mongodb - Familiarity with Agile/Scrum methodology - Experience with testing frameworks such as Espresso, JUnit, and Mockito. $1000 - $1200 a month 40 Hours a week (5 Days) 1 Yea...

    €1089 (Avg Bid)
    €1089 Gebot i.D.
    142 Angebote