2009/10/16 Haroon Rasheed <[email protected]>: > I have already updated the TestNG project as part of the work that I am > doing for the ReportNG. I will update the tests in JUnit reference project > tonight. > But there will be test failures and I am not sure if we need to fix these > tests as the application under test keeps on changing and we cannot have a > set of tests that are stable and always pass. > We need our own test environment to make sure that we have consistent test > results and new development does not break existing tests. >
I can confirm this was my problem. adding connectSeleniumServer() to the initUi() method in all of the tests allows them to run. Tests run: 38, Failures: 1, Errors: 8, Skipped: 1 Some of the errors (shouldn't they be failures?) are caused by the fact google renders in Norwegian by default on my machine therefore some labels are different. Another argument for providing more stable set of tests than relying on google not to change anything. Regards, Jonathan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
