C#C
C#3y ago
Skit

❔ Writting tests for api calls

i am writing a test for api calls on an external web api. If i have one post test that creates something, is it bad practice to base my get test on the data created from the previous post test?
Was this page helpful?