Home:ALL Converter>Cython implementation of Loadrunner script to work with Grinder

Cython implementation of Loadrunner script to work with Grinder

Ask Time:2013-03-26T05:02:42         Author:Jai

Json Formatter

I have legacy test scripts written in C for use with Loadrunner. I would like to use Grinder instead of Loadrunner. Grinder provides support for anything in Java which can easily be imported into Jython, Grinder's default programming language.

In order to reuse the test scripts written in C could I wrap them in Cython? (http://en.wikipedia.org/wiki/Cython) Cython is a compiled language which will produce extension modules that can be imported into regular Python or CPython code. Once I have this CPython code, will it work in Grinder or does Grinder specifically need Jython? The question is whether Grinder can support default Python?

Author:Jai,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/15624696/cython-implementation-of-loadrunner-script-to-work-with-grinder
yy