Hierarchy of Regression Testing?
Answers were Sorted based on User's Feedback
Answer / nataraja.cv
Regression testing is nothing but testing the old
functionality when a new feuture as been integrated with it
by means of which u will be knowing the broken
functionality.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / amit verma
After getting the build from Developers,Testers perform the
Regression testing to find out whether by fixing the bug or
by implement the CR other part of the Application should not
be impacted. (This is for Manual testing)
But in Automation Testing,i think Testers follows different
process.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / umesh
Hi Nataraja.cv
I need the answer for the heirarchy of regression testing.
not the defnition of regression testing.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / arjun s v
Re-execution of our test with different input values on a
modified application build is called regression testing.
| Is This Answer Correct ? | 1 Yes | 4 No |
can anybody pls tell me that what type of interaction takes place or what type of discussions or questions take place between a tester and client regarding the project.
difference beween re testing and regression testing?
20 Answers iGate, PA Consulting,
what r u r responsibilities in current project
What should be done after writing test cases?
what is test scenario and test condition?
what is CMMI and CMM standards and what r software Quality certifications.please explain me clearly
What is the difference between SRS and BRS
Which test cases are first written white boxes or black box?
What is difference between Sanity Testing & smoke Testing?
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?
Suppose u have a ICICI Home Page & there is a option link "Bill Payments" so once u click this link then new child window will be open where u have a 1. "amount(Text box)" 2.Auto Debit monthly (check box) & 3. "OK" & "Cancel" Button. Please write the test cases for this Integration Test cases also.
First window is registertion window where u will be having the fields to entering the name,password and confirm password and Ok button.After hitting the OK button it will take u to 2nd window, wel come window for the user with the msg welcome user. 3rd window will be login screen where u will be entring the user name and password with out any mistake in case and spell (i.e u entered correctly)and 4th window it shows that user does not exits .What will be reasons? Other then data base not connected.