How to unit test my Google OpenID consumer app? -


my web app google openid consumer (with attribute exchange , oauth extension) , need write unit test [edit: test unit responsible interact google].

the problem default openid login procedure needs user interaction (entering user/pass) not possible in unit test.

do have idea how can solve problem , unit test openid consumer app?

(i prefer not run own openid provider.)

you need use remote controlled browser this. selenium made use case.

(indeed called functional tests then).

search on google best way integrate selenium tests web framework.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -