2
Crazed
7y

I start my new internship in a week. Its Java (springboot), angular, and the most popular testing tech for each. I know some of each, and no testing. PLS HALP. Want to impress.

Comments
  • 2
    I'm in the exactly same situation... Are we sure we don't attended the same course?
  • 2
    If it's proper unit testing, read up on mocks, and the idea behind mocking. It's one of the things that's done the most good for my unit tests.
  • 0
    @dmonkey give a general synopis of the internship, maybe I can deduce if we will be colleagues :P
  • 0
    @Zaphod65 any recommended resources?
  • 1
    @Crazed I attended an intensive dev course in an academy in Rome and a software company took ~ ten people for internship asking to learn some j2ee and spring framework... I'm in Rome
  • 1
    @dmonkey I am not in Rome... Lol. Best of luck on it though! Spring is a bitch, ask many questions.
  • 2
    @Crazed thanks :) good luck to you too
  • 1
    @dmonkey @Crazed indeed! If you want to dive into mocking, look at the Mockito framework for Java. Not sure if that's available for Angular too, though
  • 0
    @CluelessBanana I'll be using JUinit, not too sure about Mockito, sounds familiar. Will also be using karma and jasmine.
  • 1
    @Crazed sounds good! You can use Mockito together with JUnit. Mockito for mocking and JUnit for running the tests. They go hand in hand :)
  • 0
    Don't try to Impress and be humble. Nobody likes cocky guys, especially if they don't deliver then...
Add Comment