Forum Discussion
1 Reply
- LexiAQA
Alumni
Hi,
Unfortunately, there is no built-in option to keep HTTP session for the entire project. HTTP session can be kept only on the TestCase level by turning on the 'Maintain HTTP session' TestCase option.
In a project having multiple Test Suits and each Test Suit having multiple Test Case.
Instead of using session in all the test case,can you provide a way to maintain the session throughout
the project ?
Hi,
Unfortunately, there is no built-in option to keep HTTP session for the entire project. HTTP session can be kept only on the TestCase level by turning on the 'Maintain HTTP session' TestCase option.