Pending Review
Last Updated: 24 Jun 2025 15:21 by Bill
Bill
Created on: 24 Jun 2025 15:21
Type: Bug Report
0
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 ?
0 comments