Wednesday, September 16, 2015

TestingTheSSL

Before we begin writing test cases, let's try to run it and expose one caveat with (with respect to testing) it.

The full steps of how to run it is on github here

I will just cover the steps which is a caveat for junit testing with SSL.

Step 2: (In How To Run) Access Browser



Step 3: Security Exception



Step 4: Add Exception

This 4th step is because this is a self signed certificate and not 3rd party signed certificate.
On our next blog we will cover what this means and how to over come this problem , so that we can successfully test it the automated way.



Step 5: See The Page




No comments:

Post a Comment