Unanswered question

Integrating C# code using Data Format Extensions ?

Hi,

I have C# code to generate some hash values using MD5 and SHA256 alogorithms.
How can I use this code snippet or integrate this code snippet into Neoload ?
Is it possible to using Data Format Extensions.

Kshama J.
Kshama J.

Kshama J.

Level
0
1 / 100
point

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

Neoload is written in Java so for any C# code you would need some sort of wrapper. An extension isn't what you're after? I was thinking a javascript variable that calls java code/methods?