Thanks for the videos. I am learning a lot. I have a few questions. How do you know which tool to import? Is this just to show us that we can run tests and how important they are and later we will learn how to run tests for different programs that we have written?
@SipAndCode72 жыл бұрын
You are welcome, I'm glad. Good questions. Knowing what tools to import comes from experience for the most part. Also a lot of software engineering is searching for the right libraries and tools to use. In our case for tests we are using junit5. If you follow the steps In the video mentioned at 3:26 you should be able to create tests as well like I am doing. At 4:25 I show how you can use intellij to do the import for you. Give it a go and let me know if you run into issues.
@SipAndCode72 жыл бұрын
We will be doing more and more tests as we move along as well so we get more and more practice. As we move forward we will explore different tools too.