Unanswered question

Is it possible to use python script within NeoLoad?

Hello,

I want to check a json after running a NeoLoad scenario. My problem is that the json is returned by a python script - can such a script be executed within NeoLoad?

Thank you!

George M.
George M.

George M.

Level
0
48 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

not sure I understand the question, neoload can run other executables, there is a custom action in the launchers bit that can run anything but whether that does what you need i don't know

George M.
George M.

George M.

Level
0
48 / 100
points

Yes, that's what I mean if I can execute a command like I do in terminal. But I try to execute this:
python script.py (I added the file with the script in NL-CustomResources) but I get an error saying that such file or directory doesn't exists, hmm - I will look into it

thanks

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

probably need c:\progra~1\python.exe ${NL-CustomResources}\script.py