I have the JUNIT code in my eclipse
My workflow is as follows:
- Login to an Web Application
- Enter the userID and password.
- Create some User
- Log out
when i try to execute this script using the JMeter it could not succeeded.
MY JMeter does only launch the browser and get into my web application, after that it gets failed.
But my JUnit code works fine when execute using eclipse
Can some one help me in this?
