Hello again,
I would like to be able to run a database script before a test executes or even during test execution would be great.
I was wondering if it was possible.
For example, In my website I need to log in as a certain user to access their roles and privileges, but this user might be logged into the system. So, I would like to be able to run a database script that terminates their session and it would allow me to log in as that user before my test executes.
Thanks for any help provided.
I would like to be able to run a database script before a test executes or even during test execution would be great.
I was wondering if it was possible.
For example, In my website I need to log in as a certain user to access their roles and privileges, but this user might be logged into the system. So, I would like to be able to run a database script that terminates their session and it would allow me to log in as that user before my test executes.
Thanks for any help provided.