How to use Selenium RC test a HTTPS website

2 views
Skip to first unread message

Simon

unread,
Apr 25, 2008, 2:11:34 AM4/25/08
to Google Test Automation Conference
I want to Selenium RC to test a https website such as https://mail.google.com.
I need to test the website using IE and Firefox browsers. But I failed
to access the website via IE except for Firefox. I tried on it using
many ways according by Selenium official website and others. What's
reason?

Haroon

unread,
Apr 28, 2008, 11:57:33 AM4/28/08
to Google Test Automation Conference
Try using *iehta instead of *iexplorer.

and *chrome instead of *firefox.



On Apr 25, 7:11 am, Simon <xuedipiao...@gmail.com> wrote:
> I want to Selenium RC to test a https website such ashttps://mail.google.com.

Simon

unread,
Apr 28, 2008, 9:51:07 PM4/28/08
to Google Test Automation Conference
Thank you. How to deal with it if the website lacks CA?
> > reason?- Hide quoted text -
>
> - Show quoted text -

mheusser

unread,
Apr 29, 2008, 8:15:05 AM4/29/08
to Google Test Automation Conference
The easiest way to do it is to enable straight http:// in your dev
environment, test everything automated, then turn on https:// and do
enough manual testing to build confidence that your software works
identically under both environments. The biggest problem we've had is
that our export to word (.rtf) seems to cut out the images in https://
but work just fine under http. Otherwise, it's pretty much the same.

You can also configure sellenium to use the cybervillans certificate
( http://selenium-rc.openqa.org/tutorial.html#https ) - but that's
basically telling it to bypass the very secrutiy functionality you are
trying to test! So be sure you do manual testing before you release it
to the world!

Hey, anybody planning on GTAC 2008? It's in Seattle. We should
invite Jon Bach. (This guys -
http://video.google.com/videoplay?docid=7894844001159492923&q=jon+bach+tech+talk&ei=RBAXSMPtM4rQ4gL1mNHkBg&hl=en
)

Regards,

--heusser
Check out my blog "matt heusser solves all your problems with software
testing"
xndev.blogspot.com

(Ok, maybe not. Check it out anyway ...)

simon shi

unread,
Apr 29, 2008, 10:23:58 PM4/29/08
to lt...@googlegroups.com
Appreciate it. :)
Reply all
Reply to author
Forward
0 new messages