I have performed positive testing and it is working well. Now i need to test each unit of the application negatively.
For example -
When signing in I need to send the wrong keys in email and password field and check if it will say login failed.
And is there any process to run negative and positive test simultaneously.
P.S: i am currently performing test using Java.