<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><br></div><div>On Jul 31, 2015, at 11:42 AM, Bjorn Stange <<a href="mailto:bjorn248@gmail.com">bjorn248@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div dir="ltr"><div>Hello there. I am working on a project that has requirements for high code coverage percentages and the project leadership wants us to replace the <a href="https://wiki.shibboleth.net/confluence/display/SHIB2/IdPAuthUserPassLoginPage">JSP Login Page</a> for the IDP with a node application so that unit tests can be written for it. My question to you is, is this even feasible? From what I have been able to gather from the documentation it seems that a JSP servlet and container context is expected for this. Am I mistaken? Any feedback would be greatly appreciated, thanks!</div></div></blockquote><br><div>I do not know about node, but testing using Selenium can decouple tests from implementation, which may or may not be desirable. For example, running the same tests against an "old" and "new" impl should be helpful.</div></body></html>