answersLogoWhite

0

Regression testing is intended to uncover any bug that may have been introduced in the application as a side effect of fixing some other bug. So all the test cases are run. This is different from Unit testing, where we run only unit tests for the unit where we fixed the bug.

Stress testing stresses particular functionality so see where is will break etc. For example a good stress test for MS Word may be to open a file in MS Word and keep writing text to it till it breaks.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

What is the major difference between regression testing and retesting?

regression testing is a white box testng


What is the difference between classical regression analysis and spatial regression analysis?

how can regression model approach be useful in lean construction concept in the mass production of houses


What is difference between regression testing and retesting?

A regression test is a test where a previously known bug is tested for after a change. A retest is simply repeating a test.


What is the difference between the logistic regression and regular regression?

in general regression model the dependent variable is continuous and independent variable is discrete type. in genral regression model the variables are linearly related. in logistic regression model the response varaible must be categorical type. the relation ship between the response and explonatory variables is non-linear.


What is difference between multivariate regression and multipal regressionI?

Multivariate regression involves multiple dependent variables being predicted simultaneously from one or more independent variables, allowing for the analysis of relationships between multiple outcomes. In contrast, multiple regression (often referred to as multiple linear regression) focuses on predicting a single dependent variable from multiple independent variables. Essentially, the key difference lies in the number of dependent variables being analyzed: multivariate involves two or more, while multiple regression involves just one.

Related Questions

Difference between current and traditional software engineering?

no answer


What is the difference between modality and cardinality in software engineering?

ewan q


What is the difference between ratio estimation and regression estimation?

diferece between ratio and regression


What is the difference between the population and sample regression functions Is this a distinction without difference?

What is the difference between the population and sample regression functions? Is this a distinction without difference?


What is the difference between ece and computer science engineering?

Computer Science = software ECE = hardware + software + telecommunication


What is the main difference between software engineering and software manufacturing?

software engineering is the the management of different phases in SDLC to give a quality product. Software manufacturing refers to the whole process from scratch to end.


What is the major difference between regression testing and retesting?

regression testing is a white box testng


What is the difference between software engineering and networking engineering?

There is a big difference. A software engineer will deal only with the machine language withing a computer network. Networkingengineer is an HARDWARE engineer he will apply the software written language to make sure that the network hardware can follow the written machine language


What is the difference between classical regression analysis and spatial regression analysis?

how can regression model approach be useful in lean construction concept in the mass production of houses


What is the difference between highway engineering and traffic engineering?

there is a difference


Whats the difference between accounts analysis and engineering analysis?

what is difference between accounts and engineering


What is the difference between retesting and regression testing?

Retesting means testing the functionality or bug again to ensure the code is fixed. If it is not fixed, defect needs to be re-opened. If fixed, defect is closed. Regression testing means testing your software application when it undergoes a code change to ensure that the new code has not affected other parts of the software.