Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7417935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:47:35+00:00 2026-05-29T07:47:35+00:00

I have a web application built using Spring which contains some jobs. A typical

  • 0

I have a web application built using Spring which contains some jobs.

A typical job is to run through the database, get a list of modified customers, generate a file and FTP it. My question is, how to go about unit testing in this job?

Should I only write unit tests for each “step” of the job, like:

  • Test for the method which fetches the modified customers.
  • Test for file generation code.
  • Test for FTP’ing the code.

But in this case, I will miss the “integration” test case for the above job. Also, Emma reports there is untested code in form of the job.

Any thoughts appreciated.

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T07:47:36+00:00Added an answer on May 29, 2026 at 7:47 am

    Unit testing is actually testing only one class at a time. That means you have to mock the dependencies. Spring is great for that.

    I would advice Mockito to do the mocking. It is a marvellous tool, and you will learn TDD which is also a way to write beautiful code.

    Integration test is another topic and requires another strategy.

    Testing against the database is done by extending AbstractTransactionalJUnit4SpringContextTests. You will find examples on the net. In general you also use an in memory db to make those tests (h2 is good for that). It can be done in the unit test phase.

    Generating the file can be done as unit test. You generate files and verify the proper content. Or errors…

    For the FTP part, I would say it’s more part of an integration test, unless you can spawn an FTP server from your build script.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a spring based web application MyWebapp built using maven and deployed on
I am using Spring MVC to build my web application, and I have a
All, I have a PHP Web application built using Zend Framework and MVC with
I have built a web application using Java EE platform that sells one of
We have built a web application that accepts SOAP messages, does some processing, calls
I have a webapp which is built using spring 3 and tiles 2 (not
I have a web application built in asp.net mvc using forms authentication. I am
I have a web application that accesses a database through a wcf service. The
I've built a Django web application and some Django-Piston services. Using a web interface
greetings all i have a web application using (spring-hibernate) frameworks and when tried to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.