answersLogoWhite

0

regression testing is a white box testng

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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 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.


Prerequisites of Regression testing and system testing?

system testing is a kind of retesting where we can test whole system after integration. while regression testing is a process where we do the rerunning the test cases and check whether that re run doesnot affects the real environment.


What are the different types of regression testing?

Unit regression testing Regional regression testing Full regression testing


Software testing related interview questions?

Here are 15 software testing interview questions: What is software testing? What is the difference between functional and non-functional testing? What is the difference between manual and automated testing? What are the different types of testing? What is a test case? What is regression testing? What is the difference between black-box and white-box testing? What is the V-Model of software testing? What is exploratory testing? What is smoke testing? What is the difference between severity and priority of a bug? What is the purpose of test automation? What is the defect life cycle? What is the difference between Load Testing, Stress Testing, and Performance Testing? What is the role of a Test Manager in a testing team?


Testing to make sure software hasn't taken a step backwards or regressed is known as?

Regression testing.


How do you do regression testing?

Just like that


What are the Advantages of regression testing?

llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll


How create a regression suite when a defect is fixed?

To complete testing application if any modification done any modules or functionality that is called regression testing.


What is difference between Maintainability testing and Maintance testing?

sorry


What is the status of defect when performing regression testing?

fixed


In software testing regression testing must consist of fixed set of test to create a base line is it true or false?

Regression are classified as - Full / Complete Regression -- Entire application is regressed - Regional regression -- Tests performed around defect fixes or code changes