I am trying to execute jmeter tests in jnuit testcases. I am not able to find JmeterTestCase in jmeter lib.
In which jar JmeterTestCase.class can be found?
You have to create the jar yourself. If you are using Eclipse, right click on the project > Export > Java > Jar > click Next > Finish. If you use another IDE you can use their export process or follow this Java creating .jar file .
That jar needs to be placed in the lib\junit directory.
For the rest follow the tutorial given by BlackGaff. It explains everything.