WatiN tests
Hi,
is it a way to make WaitiN tests (http://watin.sourceforge.net/) successful? They always fail (Timeout while 'Internet Explorer busy').
Please sign in to leave a comment.
Hi,
is it a way to make WaitiN tests (http://watin.sourceforge.net/) successful? They always fail (Timeout while 'Internet Explorer busy').
Please sign in to leave a comment.
Hello d'Artois Maximilien,
Could you please check the user for build agent service if it is used?
Does that works if to start build anget from agent.bat start?
Thanks!
--
Eugene Petrenko
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
The agent service used the admin account to run.
Could you explain me how to run a project through the agent.bat file? I only have strange messages when I run the agent.bat...
Message was edited by:
d'Artois Maximilien
I found how to run a project through the agent.bat file. I test that and I'll come back to you when done.
Max.
Hello d'Artois Maximilien,
Ok. I just want to make it clear. I meant to start build agent as user
process, not as service.
To do it, please stop agent service. execute command: net stop TCBuildAgent
from the console.
Open /bin folder. run command 'agent.bat start'. You will see console window - agent instance. Now, please try to run you WatiN tests. Does it works? To stop build agent started from agent.bat please execute command 'agent.bat stop' from ]]>/bin folder.
Thanks!
--
Eugene Petrenko
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
It works :)
Thanks for your help!
Max.