regression testing falls under white box or black box testing?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the test case for a login page?

897


How would you do " Keeping two folders in sync testing"

2200


Please guide me for Add new user test cases

1318


write test case for pen cap if it is not present?

2300


write test case for button of google page?"i am feeling lucky" if button is not appear on page?

2755


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

2166


1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.

1849


HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

2441


Explain the ad hoc testing?

893


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

1970


how to write testcase for the output of an program ****0 ***01 **012 *0123 01234

1539


How to write test cases or test scripts for UAT testing which is done manually

5211


What are the Test Cases Comes under Regression Suite?

710


Pls tell me test cases for pepper grinder

3131


Explain the domain testing?

851