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 should I maintain the test cases and Test Log for different versions/builds of the application.
Scenarios to test wireless Speaker via bluetooth
Do we have to write the seperate test cases for System testing and UAT testing? And also what are the roles and reponsibilities of a tester/how to interact when End users are performing the UAT Testing.
how to prepare unit test scripts for accrued interest calculation.
Do you know explain security testing?
hi can anybody can write the test cases for sticky note
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Explain the concept of semi-random test cases?
Explain the ramp testing?
Below is a user story where Dave, a dispatcher, wants to use a console system to talk to Fred, a person in the field. Create a list of test cases to verify these requirements have been properly met. User Story 3004 - Dave wishes to call Fred using a phone. Dave needs the ability to dial digits for an outbound call to Fred. The dial pad will have a display area for the digits being dialed. The dial pad will have the following functionality: Recall Dial Tone, Recall Last Number, Backspace Current Digit, and Phonebook (Contacts) Access. The dial pad must be touchable and the “Dial” button will be used to initiate the call. A prototype version of the dial pad is attached below. The dial pad will have the following configurable properties: Display Color, Display Font, Foreground Color, Location and Size.
How to write test case template for ATM
how to write test case for check box like check boxes in gmail and yahoo inbox