You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Develop a complex SQL query by writing tests. Then when all tests pass, modify one statement in the SQL query and run the tests. If no tests complain, you have created a surviving mutant. Now create a test that will kill the surviving mutant. Or, perhaps you have faulty logic? #1
@alexbunardzic
What exactly are we testing here?
Do we have dummy data for the database?
What would a simple example of a query & mutation look like, to you?