#14: Tests.

Hey guys and gals,

this week we worked on our testing.

Since it’s close to impossible to get full test coverage in just on week, we worked on testing our Frontend.

We used Jasmine for Unit Tests and Karma to execute these tests.

Below you can see a screenshot of our test coverage:

The tests are located in the spec.ts files, you can take a look at this one for example.

The code coverage in the services part of our application is so low because we currently only have a service class that performs API requests there. As we don‘t have a mock for our API yet, unit testing this doesn’t make too much sense yet.

You can also look at our karma file here and our test plan here.

Since we use Jenkins as a our CI/CD tool already, we are thinking about integrating the Unit tests into our pipeline, but have not done so yet.

Hope to hear your thoughts in the comments!

See you next week!

2 thoughts on “#14: Tests.”

  1. Hey Team Betterzon,

    i like that you have a link with your test code an you have picture with an overview but maybe you can describe it a bit more structured.

    We are looking forward to see the implemented Unit Tests in the next time
    Team SweatForSuccess

    Reply
  2. Dear Betterzon Team,

    it’s good to see that you already cover that much of your code with tests. It’s also nice that you linked your test example. It would be cool to see how exactly the code from Jasmin and Karma works, but that’s not your job to explain I guess 😛
    In the future we hope to see that all of your code can be successfully covered by tests.

    Sincerely,
    Your GuessWhere Team

    Reply

Leave a Comment