automated GUI tests fails when running from Jenkins
- by adm
Jenkins(master) is installed on the Linux system and runs automated tests on the node slave (Win-XP) via ssh connection.
But all the GUi tests are failed, when GUI tests are running locally(WINXP system) testst are passed.
I tried tscon.exe 0 /dest:console for forwards the calls to the console but I am getting the error:
Could not connect sessionID 0 to sessionname console, Error code 7045
Error [7045]:The requested session access is denied.
thanks