regression testing falls under white box or black box testing?
Answer Posted / anuvardhan
Firstly, understand the difference between White and Black
box testing techniques.
Regression Testing is aimed at finding the defects of the
functionality added without knowing the Internal code. So it
falls in Black box testing type.
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
test cases for bus transport (TNSTC)
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
What are basic types of test cases?
How can we write a good test case?
Can you list down a few characteristics of a test case?
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
Explain the concept of semi-random test cases?
Explain the branch coverage testing?
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
What is the logic testing?
How to test a stored procedure?
Pls tell me test cases for pepper grinder
Sample test cases for data conversion(Utility billing system)
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
please tel me how to write test case for search engine to track peoples,when user enter the city,state,zipcode(ex:Kansas city,Missouri,64155)? (note country is already selected as a united states )