In my java application there are multiple maven project use and they are dependent on each other. In that 10 thread are run at one time to create a 10 tour plan (one day trip to visit shopkeeper) and other threads are in queue after complete one of the thread execution the waited threads get change. I want to test the load testing of my application whether all thread are working fine or not. I don't know whether it is possible with JMeter or not. If possible then how to execute my application through JMeter.
Please some one suggest me whether my application testing is possible with JMeter, if no then is there any alternative