regression testing falls under white box or black box testing?
Answers were Sorted based on User's Feedback
Answer / hariharan
black box testing , since it is a test carried out wen a new
module is added to the existing function. It just tests the
whole functionality of the system.
| Is This Answer Correct ? | 32 Yes | 2 No |
Answer / syed shameer ramesh babu
regression testing comes under black box testing
| Is This Answer Correct ? | 11 Yes | 5 No |
Answer / 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 |
Answer / ashish singh
regression testing falls under the black box testing becoz black box testing the test the functionality of the application not internal code of the application so regression testing is also checking the functionality of the module after
some change in the module.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sasikumar
Black box Testing:(BBT)
*They should not have concentrate the internal structure
of the program is called as BBT.
Regression Testing:
*It is Functional Testing...
*It will try to find the impack of Bucks in Functionality.
I hope it help Al bec testers...
By
sasikumar,B
QA-Team.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / nilanjan saha
Regression testing itself means due to fixation of any defect
any adverse effect happened to other modules got effected or
when any enhancement to the product is done.
But for Regression testing no need to know the internal
structure of the code, the end to end functionality is OK or
not.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / suraj khabale
Regression testing is testing of the unchanged part. since Changed part is tested and impact of it need to be measured on unchanged part. IN this case whitebox is practically not possible because Going through unchanged code (Obviously it is going to be huge) is rework of whitebox which is vast stage of testing. so possibly by having impact analysis we can do Blackbox testing on LInked modules of Changed module.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / mudassar hussain
Under the Black Box Testing And White Box Testing
Regrestion testing come.Beacuse when new code or module
added to the existing system we did regression system bcz we
ensure new module or code did'n impact ohter functionality
of the system....
| Is This Answer Correct ? | 3 Yes | 5 No |
how to write test cases for the Sorting the Group Name, Group Number, Individual Count, Group Count.
int a, int b, int c= (a+b); Write the test cases for c.
How to write the test cases for STP
write test case for pen cap if it is not present?
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
How to test a stored procedure?
write a test cases for table,pen,electric bulb?
Write the testcase for pen
difference between scenario and testcases?
5 Answers CarrizalSoft Technologies, Satyam,
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
Explain the ramp testing?
write down test cases for "x>=1"