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!
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
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
probably need c:\progra~1\python.exe ${NL-CustomResources}\script.py