Do you run a negative test?

Asked

Viewed 33 times

1

inserir a descrição da imagem aqui

In my case I am using Postman to do the Integration tests, something very simple so far. However my doubt is, if just as in Unity test (In case I have already done several with Mstest c#) whether it is correct I do negative test in Postman.

1 answer

0

Yes, it is correct regardless of language

Objectives of the Test Activity is to perform a program intended to discover a defect

• A good test case is one that has a high probability of revealing a defect undiscovered

• A successful test is one that reveals a defect not yet discovered

Equivalence class Set of valid and invalid states for conditions of entry

Guidelines Interval: A valid class Two invalid classes

PRESSMAN, R.S. Engineering of Software. São Paulo: Makron Books, 1995. Chapter 18. ISBN: 85-346- 0237-9.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.