Lexington_Soft_
4 months agoOccasional Visitor
Basic Authentication and Cookie / Session Id
Hello,
I am testing Basic Authentication on my Jenkins local server which uses username / password and then Session ID as Cookie.
In RAPI, I created a Test Suite -> Test Case -> Login
I created an Auth Profile "Jenkins" which has the Authorization set to Basic with the username/password. I attached this profile to the Login Test Case.
If I need to preserve the session ID for the next test case, I cannot do so. The documentation suggests enabling the "Maintain the HTTP session" property, which seems to be for a Test Case with multiple Test Steps.
- Inherit from Parent also does not seem to take the previous session info.
- The only way to make it work is to reuse the Authorization Profile for every Test Case which is not the way the Application works.
Please advise If I missed anything.
Thanks