if u want to test an application which takes a data value
between 0 and 59 and if u choose 55 ,what type of testing
it is
a) System testing
b) error guessing
c) Black box
d) None
Answer Posted / swathi
Here we use black box testing
In Black Box testing we have two methods
1)equivalence partitioning.
2)Boundary value analysis
We can use any of these technicques
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
Explain the branch coverage testing?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
Who will take care of test plan and test case?
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
Explain which test cases are written first black boxes or white boxes?
What is test environment? Elaborate with example.
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
Explain the concept of semi-random test cases?
write test cases for hospitality management system
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
I need GUI test case for home page?
How to generate test cases for 'replace a string' method?
Explain the sanity testing?
How to test a stored procedure?