regression testing falls under white box or black box testing?

Answers were Sorted based on User's Feedback



regression testing falls under white box or black box testing?..

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

regression testing falls under white box or black box testing?..

Answer / syed shameer ramesh babu

regression testing comes under black box testing

Is This Answer Correct ?    11 Yes 5 No

regression testing falls under white box or black box testing?..

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

regression testing falls under white box or black box testing?..

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

regression testing falls under white box or black box testing?..

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

regression testing falls under white box or black box testing?..

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

regression testing falls under white box or black box testing?..

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

regression testing falls under white box or black box testing?..

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

regression testing falls under white box or black box testing?..

Answer / guest

white box testing

Is This Answer Correct ?    0 Yes 13 No

Post New Answer

More Test Cases Interview Questions

Write the 3 TestCases to prove tht it is a softdrinkbottle or not.

9 Answers   Minecode,


i want to write the test cases for sorting the records in a table according to date wise.this is the functionality ,that is the latest record should come on the top can any one tell me the test cases for this thanks in advance:)

1 Answers   Cognizant,


What is ramp testing?

0 Answers  


In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output Input: <text>1. software Testing</text> Output: <paragraph><text><desig>1.</desig>software testing</text></paragraph>

0 Answers  


what is baic requierment of yahoo mail? what is baic requierment of atm? what is baic requierment of coffee machine?

2 Answers  






Tell me number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF

2 Answers   Siemens,


Explain the gray box testing?

0 Answers  


Explain the scalability testing?

0 Answers  


my friend has done one project using .NET framework with C# coding and backend SQL Server 2005. In it, he has prepared and execute the test cases and stored that in the centralized database. in software testing, Do the testers do like this or use excel sheet to store the test cases? tell me .... i have so confuse.. pls anybody answer me as quickly as possible

1 Answers   Anthelio, ME,


What is the basic stuff you require to begin creating test cases?

5 Answers   Philips,


Explain the static testing?

0 Answers  


Write a Test Case to test Can of Red Bus Booking

2 Answers  


Categories