Tagged Questions

10
votes
10answers
5k 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 ...
5
votes
4answers
1k views

Equivalence Class Testing vs. Boundary Value Testing

I understand how equivalence testing works. How is it the same or different from boundary value testing?
3
votes
3answers
2k views

REST client that can handle login via oauth

I am working as a tester on a system based on a Rest API. Part of my job is to use different applications to POST files to the Rest API and then accessing the API directly via a Rest Client to verify ...
3
votes
3answers
419 views

What is black box testing and white box testing

I'm trying to understand one in terms of how it compares to the other. Is white box testing where you can see the code and black box testing where you don't look at the code?
3
votes
0answers
1k views

How to do black box testing? [closed]

Opposed to white-box / API testing, which is covered here There are many interviews, both for developers and qa, where you are asked to test smth out. A classic is to test the save dialog from ...
2
votes
4answers
181 views

how can i verify all links on a page as a black-box tester

I'm tryng to verify if all my page links are valid, and also something similar to me if all the pages have a specified link like contact. i use python unit testing and selenium IDE to record actions ...
2
votes
1answer
1k views

Integration test framework?

I am looking for a test framework to cover our black box integration tests. We need something that is scriptable by non developers (aka not C# unit test type stuff). The initial scenarios I have in ...
2
votes
5answers
422 views

Black Box testing software

We are about to get a canned package in that has been modified to our needs. I am part of the team setup to prepare tests for it. It has an Oracle back end and I believe it's written in C++ .NET. ...
1
vote
1answer
225 views

Tips for Black Box QA Testing

Are there any good resources for learning to do black box QA testing? I applied for what looked like a technical testing position, but discovered in the interview that it was black box QA (I really ...
1
vote
0answers
143 views

documenting black-box test cases

I want to write an initial (black box) test cases for one of my university projects. I haven't started coding yet, I'm still in completing the SRS document and i should specify the test cases i'm ...
0
votes
0answers
31 views

Choosing black box testing over white box testing

In what situations would you choose black box over white box? Examples? Would a certain program ever benefit from one over another?