Is the regression testing can call it as Retest
Answers were Sorted based on User's Feedback
Answer / arvi
No.Retest and Regression testing are different.
Retest is nothing but testing the same funtionality again
which was tested before.
But Regression testing is the one which ensure that the
existing functionality is not getting affected by the newly
implemented functionality and same can be conducted each
and every software releases.
| Is This Answer Correct ? | 46 Yes | 1 No |
Answer / kk
Regression Testing : In Sytem testing round 1 if we are
testing 4 modules like A,B,C,D then if we log a defect on D
module and remaining A,B,C modules are executed and passed
in the Round1. Once the defect of D module get fixed and
resolved then we have to test the D module as well as
previously passed A,B,C Modules to ensure that the changes
of D module shows any impact on already passed A,B,C modules
Retest : Testing the same functionality and executing the
same test cases again is called Retest.
| Is This Answer Correct ? | 13 Yes | 5 No |
Answer / arun pandey @ sigma software
I would like to add few more points
Regression Testing is done when the new build is deployed
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / narandra
regression testing and retesting both are different
retesting: means testing the application after bugs fix
from the development.
regression testing : testing core functionalities and
dependency variables in the application.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / t.sathya
No,once the defect is fixed it goes for retesting to
uncover the defects within the same module whereas
regression testing is testing an already tested application
to ensure that modifications done for fixing the defect do
not cause any impact to the rest of the modules.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naveen kumar k.l
Regression testing:)Reexecution of same old test cases in
different builds or releases to ensure that changes(i.e
additon,deletion,modification of featuers or defect fix)has
not introduced any defects in the unchanged featurs.
Retestig:)After doing any changes to any one feature in
the module we test that particular feature only and we will
not test the remaining features.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is P.M Round? What type of questions are they asking? ? If know anybody Plz Post to my mail ID (SwetharaoQA@rediffmail.com) Thank U
What is difference between smoke testing and sanity testing? In simplest manner...
write five negative testcase for web application?
Explain branch coverage and decision coverage.
How do you react when the developer says that defect you logged is not valid?
Which are different types of review ?
We can check many things in one test case, then Is it necessary to write separate test case for checking each functionality? Example : For Login Window --> Test Case is---> 1) Enter valid user id & password --> For this expected result --> 1) User should login. My question --> while executing above valid test case, we can expect more than one result such as "Visibility of password should be as ****" So Should I have to write separate test case for "Visibility of Password" OR Not? Please guide me properly.
My application is Central Management System(CMS) & Point of Sale(POS). CMS - main server is installed on one PC & POS - Client is installed on another PC. We can manage number of POS from CMS server. CMS is divided into CMS-Master & CMS Client. System flow is like - Manage data Menu has 22 submenus ex: Users, Customers, Printers etc....................... Manage all 22 submenus in CMS-Master Import all 22 submenus in CMS-Client one by one. My Question ---> Import CMS-Master to CMS-Client is the test case, So Should I consider it as a single test case or I have to write separte test cases for Importing All 22 submenus?
Pls u can u r mail id to my personal mail id also if they dont want to give u r mail id n comman place
how often do u recieve bulid in ur company?
if it is a web testing,what is a dead link and a broken link.,and what are the other things we test in a web application related to functionality other than field level and form level validations.
what is traceability matrix and its usefulness