samedi 28 mars 2020

How to measure a unittest vs. intergrationtest?

I work on my thesis and it's about softwaretesting. The programming language is Java. I have a huge program with over 450.000 lines of code (without comments and blankspaces). There are also many JUnit-tests.

My question right now is: How can I get to know if a test is a unittest or an intergrationtest?

My ideas: Can I use the execution time of the tests? Or can I measure the performance of the CPU?

Do you have any tips? Do you have more experience in softwaretesting? I am not new to this, but this case is a bit new and huge for me...

Thank you in advance! :)

Aucun commentaire:

Enregistrer un commentaire