Architecture in junit

JUnit architecture is very simple. You provide the list of test classes (and methods in it) to JUnit core. Then JUnit core reads each class, finds the test methods annotated with @Test and executes the tests one by one. You can run tests in single class, multiple classes, all classes in package or directory. You can also run tests by category as well.

Web development and Automation testing

solutions delivered!!