vcheung
13 years agoOccasional Contributor
RunTest hangs on Windows Server 2008 R2
I'm trying to integrate testcomplete v9.10 demo on windows server 2008 r2, and when my code calls Connect.RunTest(x,y,z), the code doesn't return. I am seeing on task manager that there's a testcomplete process, but it only occupies 20000k memory (usually when things work it's 100000k) and the usual "recording" icons on the top right of the screen doesn't show up.
The way I've been running my code is I have a dll that has a bunch of nunit checks, and the command is somewhere along the lines of :
c:\nunit-console.exe c:\.....testcase.dll /xml=c:\TestResult.xml
Other things I've tried includes:
1. starting up test complete but doesn't open my project so that when the Connect.RunTest(x,y,z) gets called it'll attach to the already running testcomplete. No luck here
2. fiddled with the program parameters so that it starts with administrator rights by everyone
If anyone has advice for troubleshooting this problem it'll be greatly appreciated. Thanks.
The way I've been running my code is I have a dll that has a bunch of nunit checks, and the command is somewhere along the lines of :
c:\nunit-console.exe c:\.....testcase.dll /xml=c:\TestResult.xml
Other things I've tried includes:
1. starting up test complete but doesn't open my project so that when the Connect.RunTest(x,y,z) gets called it'll attach to the already running testcomplete. No luck here
2. fiddled with the program parameters so that it starts with administrator rights by everyone
If anyone has advice for troubleshooting this problem it'll be greatly appreciated. Thanks.