ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
How do you select test cases for Regression Testing(The 
point is when there is change code  how do you come know 
which part of code or modules it will affect).
 Question Submitted By :: Siddu
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).
Answer
# 1
This question could be answered by giveing a simple example:
Consider an example of a form which has a username,password 
and and Login button.
There is a code change and a new button "Reset" is 
introduced. Regression testing(for that build) will include 
testing only the "Login" button and not the Reset button 
(testing Reset button will be a part of cunation testing). 
Hence the Regression tester need not worry about the change 
in code,functionality. But he has to make sure that the 
existing functionality is working as desired.
Testing of "Reset" button will be included as a part of 
Regression, for the next build
 
Is This Answer Correct ?    0 Yes 3 No
Wh
 
  Re: How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).
Answer
# 2
think before you give answer.regression testing mean 
testing an application if any changes made or new 
functionality is added to the application.
 
Is This Answer Correct ?    0 Yes 1 No
Prabhu
 
 
 
  Re: How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).
Answer
# 3
Regression Testing is testing the modified build and the 
the dependent functionalities/modules if the changes made 
to the module are affecting the other dependent modules or 
not.

We can trace the dependent functionalities or modules 
through requirements.

Correct me if I am wrong.........
 
Is This Answer Correct ?    4 Yes 0 No
Rizwana
 
  Re: How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).
Answer
# 4
Regression testing is done on the modified build to check 
if the new added functionalities is affecting any of the 
dependant modules.

We can trace the dependant functionalities through 
requirements. You can say that the impact analysis comes 
into picture. The child modules that gets impacted by 
changing the parent modules have to go through regression 
testing.
 
Is This Answer Correct ?    1 Yes 0 No
Roopesh
 
  Re: How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).
Answer
# 5
Hi All,

I too come acorss this question. what is regression tetsing 
and how do u find out which test cases has to be tested for 
regression testing?(how do u knw which functionality is 
affetced due to the change in code? u'll test all the test 
cases??)
 
Is This Answer Correct ?    0 Yes 0 No
Archana
 
  Re: How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).
Answer
# 6
Regression Testing is a type of testing one will perform the
action on the already tested functionality.
  
   When ever the developer had made changes to the
application and send re-build to the testing department, the
testing engineer will re-test the old functionality which
are related to the new functionality and check weather the
old functionality is remain same inspite of new change.
 
Is This Answer Correct ?    0 Yes 0 No
M.srikanth
 
  Re: How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).
Answer
# 7
Hi All,

If There is a code change and if some new functionality 
been added means there will be an PCR(project change 
request )will get updated for the both Testing and 
development team. so you need not to retest(regression)for 
newly adding functionality just we need to do the 
regression for old functionality(old coding)and later on 
once the code completed u have been intimated by project 
leader to test the newly added functionality.

hope this is clear if no pls tell me, i will put it in 
clear with example

Rafi 9841733045
 
Is This Answer Correct ?    0 Yes 0 No
Rafi
 
  Re: How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).
Answer
# 8
The intent of Regression testing is to ensure the software 
remains 'intact' and it is not affected by the changes 
introduced in the software and also have not undone any 
previous codes.

So while thinking logically, we should repeat the same test 
cases and as well with the new scripts, based on the new 
function/change added to the application. 

However, it depends on our work scenario.
 
Is This Answer Correct ?    0 Yes 0 No
Arun
 
  Re: How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).
Answer
# 9
Testing the application on modify build.
 
Is This Answer Correct ?    0 Yes 0 No
Bhanu
 
  Re: How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).
Answer
# 10
Well i think its about deciding regression test cases from a
set of used test cases. This is not that easy. Sometime it
leads to execute all the test case which consume lot of time.
 
Is This Answer Correct ?    0 Yes 0 No
Kevit
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
1. what are the types of testing you know and you experienced ?  2
when there is no enough time to compleate the test what you will do ? Infinite-Computer-Solutions3
What are the benefits of automated testing over white box and black box testing?  1
What all possible test scenarios can be written for the PAINT OF An Airplane? Cognizent1
What are the different testable items in GUI testing? IBM5
Is it possible that there can be number of test cases? Mean to say 500 or 1000 test cases? Reply me as early as possible.  1
on what basis low,medium,high,critical will be assigned to a bug.give m examples  1
Which are the major bugs u found while testing an aplication?  5
What is Test scenario and what's the relation between Test scenario and Test case. Sapient4
Thanks for all who are helping me and Wish u all happy new Year........ Now I have a one more question plz...help me what is the I DIFFERENCE BETWEEN Performance Testing,LOAD TESTING AND STESS TESTING JUST IN ONE LINE ANSWER give me with an EXAMPLE PLZ.... If u have time then post me to my mail id... thank u very much... for ur help.and if anyone wants to talk to me also u can add my id my id is given below. penisetty@gmail.com TCS4
What is the Test Case?What is the Testing? Patni6
What is the goal of Software Configuration Management(SCM? a.)Configuration Identifier b.)Configuration Control c.)Process Management d.)All options. AMDOC2
Test Startegy Means? Virtusa8
What are the essential elements needed for database testing  3
wat is test scenario CTS4
What kind of testing to be done in client server apllication and web application? Explain....  1
What is a TEST CONDITION?When it is used?who prepares tesst conditions? Also pls explain me clearly with an example.Plsss reply me fast. Thanks for the repliers. TCS2
Which reasons do you use to justify training for the testing team as part of its career development?  1
developer says it is not defect.then as a test engineer what u will do? Cognizent7
1.Differentiate SDLC & v-model? 2. " verification and validation? 3. " quality assurance and quality control? 4.what are the components in test strategy? 5.Differentiate test strategy & test plan? 6.wht methods will you follow in yoiur company for test design?  1
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com