[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]


    Search the Q&A Archives


...tools and techniques of black box testing?

<< Back to: comp.software.testing Frequently Asked Questions (FAQ)

Question by pooja
Submitted on 9/4/2003
Related FAQ: comp.software.testing Frequently Asked Questions (FAQ)
Rating: Rate this question: Vote
What are the tools and techniques of black box testing?


Answer by Santosh
Submitted on 9/8/2003
Rating:  Rate this answer: Vote
Black box testing has various technigues
like
Boundary value analysis
Equivalent partition
Decision table  etc

 

Answer by Dantuluri Ravi Kumar
Submitted on 1/12/2004
Rating:  Rate this answer: Vote
Black Box Testing has 5 types of techniques like:
1. Decision Table
2. Equivalence Partitioning
3. Boundary Value Analysis
4. Cause & Effect Method
5. State Transition Method

 

Answer by vamsi
Submitted on 2/9/2004
Rating:  Rate this answer: Vote
equivalence partitioning
boundary-value analysis
state transition
error guessing
cause-effect transition

 

Answer by hitu_hitu
Submitted on 3/17/2004
Rating:  Rate this answer: Vote
hi, if u want to know more about testing i can tell u much about the testing mail me on hitu_hitu@indiatimes.com

 

Answer by flop
Submitted on 4/19/2004
Rating:  Rate this answer: Vote
Hi! everyone loggin-in.

I'd like to know more about Black box Equivalence Testing.
How is it initiated and all that one need to know about Black box Equivalence Testing.

Thank You!

 

Answer by bunty hira
Submitted on 1/2/2005
Rating: Not yet rated Rate this answer: Vote
black box testing is a testing that mainly concentrate on the functional department of a software program.Black box testing is complementry to white box testing.black box testing deals with the external view of the program.In this testing, test case don't know about the internal structure of the program.Black box testing starts when the white box testing stops.The black box testing is mainly done by programmer of every level in one or the other way.
Suppose,we have a program of finding the greatest out of three numbers.For this, black box testing will be as follows:--
1)What are the required inputs for this program?
lets say----4,6,3
2)The output for this will be 6.
3)Now if the answer is 6, then
the program is O.K
otherwise,
the program is wrong.

 

Answer by deevan
Submitted on 3/30/2005
Rating: Not yet rated Rate this answer: Vote
TOOLS:generally all r using winrunner.

TECHNIQUES:
Equivalance Partioning(EP):divide the inputs,outputs etc into the area which r the same.
Boundary Value Analysis(BVA):rather than selecting EP it selects just above or below
Error Guessing(EG): its take a large way to get it determined. eg: the way of guessing is a follows-
1.the text field is empty
2.the text field hv some inputs
3.all the inputs hv same values....

 

Answer by Sobhan
Submitted on 5/4/2005
Rating: Not yet rated Rate this answer: Vote
what r the books for black box testing..and also by what tools we can test .

 

Answer by Sreemati De
Submitted on 6/6/2005
Rating: Not yet rated Rate this answer: Vote
1. Graph based testing method
2. Equivalence partitioning
3. Boundary value analysis
4. Orthogonal array testing

 

Answer by Sanjeev
Submitted on 8/1/2005
Rating: Not yet rated Rate this answer: Vote
Black Box testing techniques.

Equivalence Partitioning Method

Boundary Value Analysis

Decision tables

Cause Effect Graphing

State Transition Testing

Orthogonal Array testing Strategy (OATS) technique

 

Answer by anubha dubey
Submitted on 9/13/2005
Rating: Not yet rated Rate this answer: Vote
black box testing  is of three types:-
1-graph-based testing
2-boundary value analysis
3-comparison testing

 

Answer by anubha dubey
Submitted on 9/13/2005
Rating: Not yet rated Rate this answer: Vote
black box testing  is of three types:-
1-graph-based testing
2-boundary value analysis
3-comparison testing

 

Answer by strfg
Submitted on 11/17/2005
Rating: Not yet rated Rate this answer: Vote
Black Box Testing has 5 types of techniques like:
1. Decision Table
2. Equivalence Partitioning
3. Boundary Value Analysis
4. Cause & Effect Method
5. State Transition Method

 

Answer by Daisy
Submitted on 3/3/2006
Rating: Not yet rated Rate this answer: Vote
Whts are the best technique use by testers in black box testing.?

 

Answer by Malli
Submitted on 3/9/2006
Rating: Not yet rated Rate this answer: Vote
Equivalence class partitioning
Boundary-value analysis
Error guessing
Cause-effect Method

 

Answer by Malli
Submitted on 3/9/2006
Rating: Not yet rated Rate this answer: Vote
Equivalence class partitioning
Boundary-value analysis
Error guessing
Cause-effect Method

 

Answer by ajeet singh
Submitted on 3/26/2006
Rating: Not yet rated Rate this answer: Vote
In Black Box testing the practical approach would be following:
1.) Develop Test-to-pass test cases; apply valid inputs to insure that s/w function does what it is intended to do in correct way.
2.) Error-Forcing; develop test cases to force all the error messages to appear.
3.) Now start thinking like a cracker; design test cases to break the s/w.

Use Methods:
1- Process and Data flow diagrams
2. Equivalence Partitioning
3. Boundary Value Analysis
4. Cause & Effect diagram

Automated scripts are useless until there is a  clear need of reuse. Do not rely on Record and Play back feature of automated tools as this is nothing than wasting time. you know, you will encounter any bug while you will generate test script and this you will do manually.

 

Answer by Manohar
Submitted on 4/3/2006
Rating: Not yet rated Rate this answer: Vote
Equivalent Partitioning
Error Guessing
Equivalence class technique
Cause Effect Graphing
Boundary value Analysis

 

Answer by muthuvel
Submitted on 4/18/2006
Rating: Not yet rated Rate this answer: Vote
1. Decision Table
2. Equivalence Partitioning
3. Boundary Value Analysis
4. Cause & Effect Method
5. State Transition Method

 

Answer by chandra
Submitted on 9/27/2006
Rating: Not yet rated Rate this answer: Vote
hi'
I'd like to know more about Black box Equivalence Testing.
How is it initiated and all that one need to know about Black box Equivalence Testing.
state transition
error guessing
cause-effect transition.chandra

 

Answer by aardvax
Submitted on 1/14/2007
Rating: Not yet rated Rate this answer: Vote
thaanks all
of you to provide me an insight into the testing
but it would ahve been nice if you provided a lot more details as the confusion in the industry is about the explanations of these terms.
please recommened few books if you can
thanks

 

Answer by shabbir
Submitted on 2/20/2007
Rating: Not yet rated Rate this answer: Vote
Equivalence testing is to divide the given range into equal partitions where value from each partition can serve the purpose of all other values in that range.So, no. of values becomes equal to number of partitions.

 

Answer by sandeep
Submitted on 5/3/2007
Rating: Not yet rated Rate this answer: Vote
Black Box Testing is an approach for Testing in which only the external forces are applied like condition such Boundry value analysis ,Equivalence partitioning are applied on the software or application under test













 

Your answer will be published for anyone to see and rate.  Your answer will not be displayed immediately.  If you'd like to get expert points and benefit from positive ratings, please create a new account or login into an existing account below.


Your name or nickname:
If you'd like to create a new account or access your existing account, put in your password here:
Your answer:

FAQS.ORG reserves the right to edit your answer as to improve its clarity.  By submitting your answer you authorize FAQS.ORG to publish your answer on the WWW without any restrictions. You agree to hold harmless and indemnify FAQS.ORG against any claims, costs, or damages resulting from publishing your answer.

 

FAQS.ORG makes no guarantees as to the accuracy of the posts. Each post is the personal opinion of the poster. These posts are not intended to substitute for medical, tax, legal, investment, accounting, or other professional advice. FAQS.ORG does not endorse any opinion or any product or service mentioned mentioned in these posts.

 

<< Back to: comp.software.testing Frequently Asked Questions (FAQ)


[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]

© 2008 FAQS.ORG. All rights reserved.