Tagged Questions

0
votes
2answers
170 views

How to test an API ?

In an interview, whether for developer positions or white-box qa positions, you are ofter asked to: create test cases for a piece of code / API categorize each test i.e. functional, stress, load, …
4
votes
8answers
1k views

Black box vs White box Testing

Which type of testing would you say should be the emphasis (for testers/QAs), and why? A quick set of definitions from wikipedia: Black box testing takes an external perspective of the test …