Does anyone know how to use JUnit? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Does anyone know how to use JUnit?

I'm a new QA analyst and tester, I have found out that I need to learn how to create a JUnit test also learn manual testing. However, I'm not familiar with coding so it is very hard for me to do, can someone please help me understand it better?

6th Oct 2020, 4:48 PM
Møe
Møe - avatar
3 Answers
0
You should learn basics of Java to use JUnit because tests are written in Java.
6th Oct 2020, 8:20 PM
Aleksandrs
Aleksandrs - avatar
+ 2
Møe First of all... it's bizarre that you were hired as a QA Analyst and Tester to do the work of a QA Engineer. Typically, an analyst will identify the positive and negative test cases for a given story or feature in development. They create the various test scripts (not coding, but written set of steps to follow) with the various conditions, scenarios, and outcomes that would satisfy the given acceptance criteria for the feature. QA Engineers will use test automation tools, like Cypress or Selenium for end to end integration testing that must match that of the manual test scripts. Are you using JUnit to run tests for Selenium or something else? I hope they aren't asking you to also write unit tests for components in isolation at the application level. The software developers should be doing that. Again, I'm surprised they hired you for QA Engineering tasks prior to you understanding how to QA manually with controlled set of positive and negative test cases.
6th Oct 2020, 11:23 PM
David Carroll
David Carroll - avatar
0
It used to test
6th Oct 2020, 4:50 PM
Ananiya Jemberu
Ananiya Jemberu - avatar