Re: Integration Testing using Selenium + Eclipse

2013-10-23 Thread Steve
Oh sorry, seems I was wrong about the reason for failing. It fails because it timesout trying to get a resource from this bit of code in my tml (which usually works): http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"; type="text/javascript"> I suppose my action should be to

Re: Integration Testing using Selenium + Eclipse

2013-10-23 Thread Steve
Excellent, thanks Dmitry. I just gave that a try and I am a step closer. Even though my testng.xml is as above, my tests are firing up using firefox rather than Chrome and are trying to connect to port 9090. The output which goes to System.err is: [TestNG] Running: C:\Users\syn\AppData\Local\

Re: Integration Testing using Selenium + Eclipse

2013-10-23 Thread Dmitry Gusev
Just run it as usual TestNG unit test. You may probably need TestNG eclipse plugin for this: http://testng.org/doc/eclipse.html On Wed, Oct 23, 2013 at 6:38 PM, Steve wrote: > Hello, > > I hope everyone is having a good day. > > I am sure this has been asked before but when searching I haven't

Integration Testing using Selenium + Eclipse

2013-10-23 Thread Steve
Hello, I hope everyone is having a good day. I am sure this has been asked before but when searching I haven't been able to find a solution. I have an T5 application which runs ok, but I know there are some issues and I would like to start using selenium whilst it is still early in the project. I