You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user of this test framework, I want to test an app that uses HTTPS
Additional detail:
The easiest way to test an HTTP service is using unsecured applications, but in production applications should be communicating via HTTPS, which requires client/server certificates. The test framework should make it easy to drive HTTPS requests to the server.
The text was updated successfully, but these errors were encountered:
User story:
As a user of this test framework, I want to test an app that uses HTTPS
Additional detail:
The easiest way to test an HTTP service is using unsecured applications, but in production applications should be communicating via HTTPS, which requires client/server certificates. The test framework should make it easy to drive HTTPS requests to the server.
The text was updated successfully, but these errors were encountered: