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 |
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
what is parametrization ? How do you parametrize in qtp ?
Write a Test Case to test Can of Red Bus Booking
Describe to me the difference between validation and verification.
What is the syntax testing?
why we need a test plan
i was asked to generate test data for a equlateral triangle,please any one explain how to do & what are the process.
test case for coffee machine?
Can any one please tell me what is the use of negative test cases when we are giving the invalid input in test data
1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?
What is the difference between Test Input and Test Data??
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.