Junit is a unit testing framework which can be used with selenium to write selenium testcases. Junit can run the tests in batch, generate reports. Maven and ANT can also be used with JUNIT to build selenium tests. With maven you can run the JUNIT test cases very easily using the surefire plugin
You are teaching at a very high level. There are things where i feel completely lost as to what is happening. Especially with all this files you copy from other projects and cmd things.
ReplyWhen the build.xml was not present, you copied it from some existing project. but how someone will do it when setting it up from scratch?
Reply