black box techniques

Answer Posted / rahul

black box testing techniques based on external
specification without of how the system is constructed.

black box Testing Strategies/Techniques

1. black box testing should make use of randomly generated
inputs (only a test range should be specified by the
tester), to eliminate any guess work by the tester as to
the methods of the function
2. data outside of the specified input range should be
tested to check the robustness of the program
3. boundary cases should be tested (top and bottom of
specified range) to make sure the highest and lowest
allowable inputs produce proper output
4. the number zero should be tested when numerical data is
to be input
4.stress testing should be performed (try to overload the
program with inputs to see where it reaches its maximum
capacity), especially with real time systems
5. crash testing should be performed to see what it takes
to bring the system down
6. test monitoring tools should be used whenever possible
to track which tests have already been performed and the
outputs of these tests to avoid repetition and to aid in
the software maintenance
7. other functional testing techniques include: transaction
testing, syntax testing, domain testing, logic testing, and
state testing.
8.finite state machine models can be used as a guide to
design functional tests

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1. what is a date guidelines ?

1646


What is the difference between baseline and traceability matrix?

724


Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.

1581


wat is test management ?what are the components available in test management?

1597


Describe your experiences with code analyzers.

1734






What are the main key components in Web applications and Client Server applications? and their differences?

1487


Write the test cases for file transfer from one user to other from Google Drive/drop box?

7218


what is your daily activities?

1657


why testcases are written and what is the importance?

1101


Can you explain a pair-wise defect?

690


Once automated, what are the types of functionality provides the highest Return On Investment (ROI) to the company?

10441


Suggest some book to learn more test case???

1354


Explain the defect life cycle.

625


What is Web testing & which action we take at the time of Web Testing?

1470


What r the sequences that leads to automation?

1500