RIDE
RIDE copied to clipboard
Regarding RIDE framework error
While I am trying to run my test case in RIDE I am getting error .Python insallation not found . Even though I have installed python and added its path in environment variable. So what should I do .Where I need to save my project so that it can recognize the path
I can already guess the first reply: what version of RIDE, robot framework and Python?
You can check in command box with command where python if the PATH setting is OK.
Another command to test whether the packages are correctly installed pip list
@Guneet20844 like Harm said, you should give us more details about versions. Since RIDE is a tool for Testers, I expect them to know how to report an Issue.
You get some information, that you can paste here, from RIDE->Tools->View RIDE Log
RIDE runs in Python, usually is the same that have robot and Libraries (this is the most natural configuration).