Last Updated:
24 Jun 2025 15:21
by Bill
asp.net application - doesn't seem to keep cookies after test.
Trying to run tests separately. User must login before running additional test. Login test works. When running additional tests, cookies/session is forgotten.
Test Sequence:
login: creates asp.net session cookies
select company: depends on asp.net session cookies and create a company cookie
select employee: depends on asp.net session cookie and company cookie
How do I keep the cookies and/or keep the browser open between running individual tests ?