PKI authentication? Webrat, Selenium, restful-auth...?

Hi,
We are trying to fix a test suite to check an app which uses PKI
authentication.
Is there something out there which could make our lives easier? Webrat
and Selenium don’t seem to support this right now.

Thanks.

Aldric G. wrote:

Hi,
We are trying to fix a test suite to check an app which uses PKI
authentication.
Is there something out there which could make our lives easier? Webrat
and Selenium don’t seem to support this right now.

AFAIK, Selenium supports anything that the browser supports. What
problems are you having?

Thanks.

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Marnen Laibow-Koser wrote:

Aldric G. wrote:

Hi,
We are trying to fix a test suite to check an app which uses PKI
authentication.
Is there something out there which could make our lives easier? Webrat
and Selenium don’t seem to support this right now.

AFAIK, Selenium supports anything that the browser supports. What
problems are you having?

Hi Marnen,
Thanks for the answer. Selenium does indeed support whatever the server
supports: just a matter of using the right profile. I was thinking about
the problem incorrectly.

We would like to run some tests without going through the GUI, hence the
question about Webrat.