473,404 Members | 2,174 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

About black box testing in c/c++

Dear all:

I'm looking for one tool that can deal with black box testing and it is

opensource.
So, what choices I can make???
I found some unit test tools like CPPUnit, CXXUnit, Check and etc...
But I'm not sure that can they use in black box testing???
Thanks
Best Regards.

Feb 28 '06 #1
3 2852
soga wrote:
Dear all:

I'm looking for one tool that can deal with black box testing and it is

opensource.
So, what choices I can make???
I found some unit test tools like CPPUnit, CXXUnit, Check and etc...
But I'm not sure that can they use in black box testing???


Depends what you mean by black box testing.

Unit tests are black box testing at the function level, you need not
know how a function is implemented to do it.

Technically, for unit tests, you should stub out any functions that a
function calls, which does require some knowledge of how a function is
implemented.

I use boost.test.

Ben Pope
--
I'm not just a number. To many, I'm known as a string...
Feb 28 '06 #2
soga posted:
Dear all:

I'm looking for one tool that can deal with black box testing and it is

opensource.
So, what choices I can make???
I found some unit test tools like CPPUnit, CXXUnit, Check and etc...
But I'm not sure that can they use in black box testing???
Thanks
Best Regards.

Plane crash?
-Tomás
Feb 28 '06 #3
soga wrote:
I'm looking for one tool that can deal with black box testing and it is
opensource.
I have heard that FIT and FitNesse do "black box", meaning tests written
without knowledge of innards.
I found some unit test tools like CPPUnit, CXXUnit, Check and etc...


Those reach out and grasp the innards, so they are hardly "black box" ;-)

--
Phlip
http://www.greencheese.org/ZeekLand <-- NOT a blog!!!
Feb 28 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Doug Mitchell | last post by:
Dear Group, My son who is in grade 7 has *just* started going through the book "Python for the Absolute Beginner" by Michael Dawson. He and I have no programming experience. He is beginning this...
11
by: Ohaya | last post by:
Hi, I'm trying to understand a situation where ASP seems to be "blocking" of "queuing" requests. This is on a Win2K Advanced Server, with IIS5. I've seen some posts (e.g.,...
10
by: George Hester | last post by:
Any ideas how to decipher it? <script language = "JavaScript"> var x =...
5
by: Hello | last post by:
Here problem is that in Mozilla the logo "The Website" will not pad from the edge. http://www.clickatus.com/test/ Also, when I put in loose DOCTYPE it blows the whole thing... Help......
1
by: rodchar | last post by:
hey all, i was reading an article on Testing.Net Application Blocks and I came across a phrase in the article: White box testing and i think i missed the class on this terminology. and this...
4
by: Daniel | last post by:
I need to build the maze board(like 2d array) using a tree. But I find that my buildTree function doesn't work. Could anyone give me some hints on debugging it? Thanks bool BuildTree(TreeNodePtr...
105
by: Christoph Zwerschke | last post by:
Sometimes I find myself stumbling over Python issues which have to do with what I perceive as a lack of orthogonality. For instance, I just wanted to use the index() method on a tuple which does...
12
by: polite person | last post by:
I posted a reply to his scatter chart problem over 24 hours ago and still he hasn't replied!
20
by: raylopez99 | last post by:
Dvorak is always interesting, albeit speculative. What hidden gem has he found in Vista that helps developers? It can't be .NET/CLI, that's been out forever. RL Vista rollout hides reality...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.