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 |
what is the purpose of writing testcases
Explain the smoke testing?
Explain the logic testing?
Explain the scalability testing?
Please Tell me the Real Process of a Company. My company is very small & Developer explains me the feature and I prepare the test cases according to he explained .No one is there to review what I have written in the test cases.Test cases are ok but still I have the knowlege of real testing documents i.e which documents I have to prepare What is the flow starting from requirement gathering.Please tell me ,Thanks in advance .It will really helpful to me
Explain the monkey testing?
Explain the agile testing?
Explain which test cases are written first black boxes or white boxes?
How to write test scenarios for a Web application, with an example?
Explain the ad hoc testing?
How to write a test cases for the following Please it is urgent Once user clicks that link Invite Friend page opens up thru which user can do 2 functions - first is to search friends detail(name, mail id) from her address book in other sites (india times, yahoo, gmail and rediff) and second to mail the invite to the selected person/s. User can send invite to multiple person at same time. Searching friends detail in other address books will work like this: - User will input name, email id, pwd etc, select from which site she want to get friends list and then click on Import. - Users address book from other sites will be imported in one shot(first time) to iDiva database. - It will be arranged in alphabetical order(complete list) and mail ids which are already used will be in different color. - User will be able to update her address book by clicking on ""Refresh"" button on the page, which will trigger the process again, and fetch new mail ids.
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?