I want to test jpos transaction using netcat command in jmeter any ideas about it ? I want to hit isomsg usinh netcat command
Asked
Active
Viewed 671 times
2 Answers
0
If you are talking about this netcat command you can run it via JMeter's OS Process Sampler
You can run any program or command using the OS Process Sampler, pass any parameters to it, check execution time, validate output using Assertions, etc.
See How to Run External Commands and Programs Locally and Remotely from JMeter guide for more details.

Dmitri T
- 159,985
- 5
- 83
- 133
-
Can i test jpos transaction using Tcp sampler sending isomsg xml format in text to send field – user1323a Jun 19 '17 at 05:53
-
Sure, you can, see [How to Load Test TCP Protocol Services with JMeter](https://www.blazemeter.com/blog/how-load-test-tcp-protocol-services-jmeter) article to get familiarized with the concept. – Dmitri T Jun 19 '17 at 06:09
0
Try this, i have made the plugin jmeter for jpos. And i am have been using this for testing :)
https://github.com/erlanggaelfallujah/JMeter-jPOS-components
-
I'm getting error while building this project can you give me the jar i'm using jmeter 3.2 – user1323a Jun 20 '17 at 09:04