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
Write the test case for a login page?
How would you do " Keeping two folders in sync testing"
Please guide me for Add new user test cases
write test case for pen cap if it is not present?
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
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
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.
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
Explain the ad hoc testing?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
How to write test cases or test scripts for UAT testing which is done manually
What are the Test Cases Comes under Regression Suite?
Pls tell me test cases for pepper grinder
Explain the domain testing?