Forum Discussion
- nmrao6 years agoCommunity Hero
Question is neither related ReadyAPI nor groovy.
Any ways, one could pass the arguments in the same way as it is called from the command line.
- doubtsreadyapi6 years agoContributor
Hi nmrao
Thanks for the info.. This is related to the ReadyAPi, from Ready APi i am able to run the python script, where as the python script contains some arguments, so for those arguments i have to pass the values from readyApi, So this can be achieved from Command line arguments?
So the below argument values can be passed through command line, Please suggest.
env =sys.argv[0] (Must pick the environment depending upon the environment we selected in readyAPi)
id = sys.argv[1]
json_path = sys.argv[2](Must pick the response of the previous request in readyapi)
save_file_path = sys.argv[3](Must pick the file path)- nmrao6 years agoCommunity HeroPlease check this post
https://stackoverflow.com/questions/17544307/how-do-i-run-python-script-using-arguments-in-windows-command-line