1

I need to do FIX-API based performance testing. Can you please let me know few way ahead.

Also if I need to develop the in-house plugin then please can you point in some direction that how to do that?

Also does any 3rd party tool like loadrunner or neoload directly support FIX-API protocol testing?

Thanks

dimyo
  • 133
  • 1
  • 10

2 Answers2

0

This has been asked many times before in many different forums. Please leverage Google for keywords of LoadRunner and FIX for FIXML as aprpopriate

James Pulley
  • 5,606
  • 1
  • 14
  • 14
0

If you want to do a test in FIX protocol over a FIX connection you can try using the FIXRobot. FIXRobot allows to easily write the tests in python. You can include a loop in the test script to pump messages and calculate the perf statistics from your application logs writing some scripts.

heapuser
  • 331
  • 1
  • 3
  • 5