Is the regression testing can call it as Retest
Answer Posted / 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 |
Post New Answer View All Answers
What is XML Testing? Do we have any tools to test the XML? Please let me know.
There is an opening in our organization Sierra Atlantic, Hyderabad. All Manual test engineers with 2-3 years of experience can forward your resumes to mah_cs82@yahoo.com before May 01, 2008. (Only manual testers) with a covering letter, current CTC and Expected CTC.
iam having 2+yr sof exp in manual testing, at present working in chennai,want to relocte to hyd .if any openings let me know.my id : vaniramymail.com
Katari your questions was really helpful could you please send the questions and answers with them . Can anyone sends the top 30-40 question and answers for the interview purposes
Can you explain random/monkey testing?
What is Web testing & which action we take at the time of Web Testing?
What is Registry?
What is the full form of cmmi?
What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?
Explain the manual testing process?
how to write defects in excel sheets when defects occured
What is frame level testing and how do we test it?
What is the difference between Sleep and wait in winrunner what is integration testing and types of testing present what is system testing what is data driven testing what is functionality testing if requirements are given to you then how do you write the test cases for it Account number = Ok cancel For above given form the valid account number starts from 1 to 1000 so is it necessary to input the 1,2,3 ….998,999,1000 test cases to check the conditions of valid account numbers I,e is it compulsory to write 1000 test cases for the above form
How quickly we need to fix the bug?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain