. What's the status of using Selenium with AppFuse? When I generated a new AppFuse application (JSF modular), the web test directory contained WebTests.
. What's best practice for writing Selenium tests for JSF applications? Is it writing HTML tests/suite and calling the runner from Ant/Maven as suggested in http://jroller.com/page/jd?entry=continuous_integration_with_selenium_using? My concern with this approach is the use of properties files from my application. If I store the title of my home page in a properties file, I want to test against the property, not the literal string. Is there a way to do with with Selenium HTML-based tests? Another approach is writing JUnit/TestNG tests in Java with Selenium RC. Is this better? . Several posts seem demonstrate a preference of Selenium over WebTest. Is there a good place articulating the justifications for this preference? Does it all center around better JavaScript/AJAX handling? -- View this message in context: http://www.nabble.com/Selenium-Questions-tf3879547s2369.html#a10994250 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]