Every time I run my Selenium tests it creates a lot of dummy data in Database. I need a solution where I can stop selenium tests to not update database after the tests are Passed.
For example: I have a Selenium test to create a user so every time I run my whole test suite, it creates a user stores in database.
How do I create a user but not store it in database using Selenium Webdriver ?