0

I've inherited a collection of TSUNG Performance Test scripts. There was no handover and there is no knowledge within the company about TSUNG. The technical challenge to learn TSUNG in a short timeframe is quite big.

I was wondering if there is a tool or a way to convert TSUNG scripts into jMeter scripts?

I've googled it already, but I couldn't find anything.

Regards Urs

I've searched the web and I'm hoping to find a way to convert those scripts.

1 Answers1

0

I'm not aware of any existing "converter", if Tsung test is using HTTP Protocol you can consider running your Tsung scripts using JMeter's HTTP(S) Test Script Recorder as a proxy, this way JMeter will intercept the requests and generate relevant HTTP Request samplers and HTTP Header Manager.

You will need to implement correlation yourself which might comparable to learning Tsung if your script is big enough (or alternatively consider automated correlation solutions like BlazeMeter Proxy Recorder)

Dmitri T
  • 159,985
  • 5
  • 83
  • 133