Hey i want to test a web application in which i have to add new user.
Now when i record the test i fill all the text boxes with its input and new user is created .
so now when i run this test again the same user get created so there now there are 2 users with same name now as much time i run a test redundant user are been created of same name.
What i do is, every time i create a user than delete that particular user and than run the test again so there is no data redundancy is there a way where i can run a test with out data redundancy.
Now when i record the test i fill all the text boxes with its input and new user is created .
so now when i run this test again the same user get created so there now there are 2 users with same name now as much time i run a test redundant user are been created of same name.
What i do is, every time i create a user than delete that particular user and than run the test again so there is no data redundancy is there a way where i can run a test with out data redundancy.