I have created a test suite (making a main file and calling other test cases that I like to run) .Now is it possible to make a jar file of test suite that i have made so tha
If you are using eclipse as an ide you can create a jar file very easily.
Right click on project. Go To Export. Select Jar or Runnable Jar as per your use click on next. Specify the main file name. Click on Finish.