1.exactly when we do regression testing?
2.why we do regression testing?
Answers were Sorted based on User's Feedback
Answer / mfsi_priyankaa
We do regression testing when there is any change in code to
see whether any other modules are affected by this or not.
| Is This Answer Correct ? | 15 Yes | 0 No |
1.Regression testing is generally used when there is a
modification in the application.So that to check whether
other related module are being affected or not.
2.Sometimes automated scripts are also used.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / madhu
whenever any New functionality added/existing functionality
modified/bug fixes may cause side effects in the existing
functionality,to find out these side effetcs we do
regression testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nilanjan saha
Testing for the First time we usually don't need Regression
Testing.But whenever something get changed or new
functionality gets added ,due to that some other realted
module might have some adverse affect.Tesing these actually
known as Regression testing.
If the Build is stable one Automation is perfect for the
resgression testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is Alpha testing done by developers or testers?
in which Software Life cycle phase does testing occur?
what is agile testing
Explan different Risks associated with the project????
Hi, I got an offer with maveric systems and I have around 3.5 years of work experience. But inspite of that they are asking to sign a bond for 2 years and to pledge all the original certificates for that bond. Can anybody please advice me whether its a good company or not?
what r the best jobsites for manual and automation testing? except testingken.com
What is White box & Black Box Testing?
I have tested ecommerce site, but when i search for any product Or access any page, some time i found it missed the values from my URL..EXAMPLE : we take this URL "http://www.allinterview.com/forms/questionform.php" This is the actual URL & it is ok but when i test it displays like "http://www.allinterview.com//questionform.php" NOTE : In above URL "forums" is missing.. I dont know why this happens as i have checked all the code & tested again & again but it dont know the reason. HELP ME plz... Thank you
what is cross project reference what is entry and exit criteria for login page.
How to calculate testing productivity?
Generally how do we do DataBase testing in Manual testing.. Do we prepare any testcases.. Generally do we concentrate more means ex: Joins, Triggers.....Anybody can expalin it in detail..Thanks in Advance....
In an application where there is no need of regession testing and retesting?