Secure content

Secure

If equal to 1, turns on the use of HTTPS. You should understand that when you are testing an application using HTTPS it is impossible to record a test script by capturing the sequence of user actions in the browser. This is due to the fact that requests in this case are encrypted and Web Roller is unable to decrypt them. The test scripts for such a case can be developed using one of two possible alternatives:

During development of test scripts switch the tested application (if possible) to HTTP (instead of HTTPS). Record the sequence of user browser actions using the standard procedure, debug the testing scripts if required. After developing the test scripts, switch the application back to HTTPS and set the Secure option in the test scripts to 1. Develop the scripts manually or within the IDE (refer to Manual - “Manual development of test scripts”).


Authorization

Syntax:

authorization=login:pass

Basic authorization. Substitutes the specified login:pass in requests requiring basic authorization.