When developing a website, I often need to test scenarios like this:
When user A logs in, she should see X button while user B can not
And doing this kind of testing requires me to do a lot of log in and log out with different test accounts, which is by no means convenient.
I wonder if there are any tool that can help me do this?