You are performing a test to see that it complies with the user requirement that a certain field be populated by using a drop down box containing a list of values. What kind of testing are you doing?

Options
- White box testing
- Black box testing
- Load testing
- Regression testing


CORRECT ANSWER : Black box testing

Discussion Board
Software Testing

Answer: Black box testing
Solution: White box testing: It is done to verify the internal source code of the application.
Black box testing: It is done by executing the software and test cases and it also compares the actual result with the expected result.
Load testing: It is a performance testing that is used to analyze the system behavior under normal and abnormal condition.
Regression testing: Regression testing is performed after doing some fixes to ensure that change code does not introduce any defect in unchanged area.
Therefore, the tester is performing black box testing for field populated by selecting dropdown box value.


Rohit Srivastava 07-28-2014 06:18 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement