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   To Refer this Site to Your Friends   Click Here
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
there are 100 test cases. and u got a bug at 85th test 
cases. u reported it to dev and dev fixed that bug. when u 
r doing regression testing from whic test case u'll do 
tetsing?? will start from 85 th test case are u'll execute 
100 test cases??
 Question Submitted By :: Archana
I also faced this Question!!     Rank Answer Posted By  
 
  Re: there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??
Answer
# 1
from 85th test case
 
Is This Answer Correct ?    2 Yes 3 No
Mythreyi
 
  Re: there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??
Answer
# 2
a)	In regration testing is in that build what are the 
before the defect it solved or not any new requirements are 
add or not, if any changes or done this build this type of 
test here done
my name is k chandra sekhar
my phone no is 09246540049
my mail id is ndra_143@yahoo.co.in
I am in hyderabad
 
Is This Answer Correct ?    1 Yes 4 No
K.chandra Sekhar
 
 
 
  Re: there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??
Answer
# 3
we will execute from 85 th test case only. unless it has 
impact on the previous  testcases.
 
Is This Answer Correct ?    1 Yes 3 No
Stl
 
  Re: there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??
Answer
# 4
HI 

we will do the ReTest of 85th Test case & will close the 
Bug IF Requirement is Satisfied.

Then


We will do the Regression Testing of The All 100 Test Cases
based on Test Scenario's.(i.e we will execute 100 test 
cases).

Regression Testing is to check the Retested Bug should not 
have Impact on other passed Test cases.
 
Is This Answer Correct ?    6 Yes 0 No
Ramprasad.s
 
  Re: there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??
Answer
# 5
Should be checking which functionalities get effected due 
to the bug.then select those TCs for regression testing.

Continue from 85th TC and include the above TCs to it and 
complete the testing.
 
Is This Answer Correct ?    1 Yes 1 No
Jyothi
 
  Re: there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??
Answer
# 6
we will perform retest on the modified build by executing 
85th test case.

Also we will select some related test cases which may 
affect the modified area and perform regression testing.
 
Is This Answer Correct ?    0 Yes 1 No
Shankar
 
  Re: there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??
Answer
# 7
Hi ,

     First we will test the  failed test cases . because 
that defects are alredy fixed by development team.. after 
that we will go for regression testing , in that also we 
will select some of the test cases (core functionality).

Regards,
Satya.k
 
Is This Answer Correct ?    0 Yes 0 No
Satya
 
  Re: there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??
Answer
# 8
first of all what do u mean by regression testing?already 
tested functionality is tested again to check whether right 
functionality (original functionality) is not affected, 
that is regression testing ,now in this case we will test 
from 1st test case till 85th test case , from 86th test 
case onwards it not regression testing
 
Is This Answer Correct ?    1 Yes 1 No
Shobha
 
  Re: there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??
Answer
# 9
will start testing from 85th only because if there are some 
related bugs because of the 85th test case bug, they will 
also be part of the bugs reported.
So just concentrate on 85th tc onwards.

N.B. plz ensure it has not resulted any new bug.
 
Is This Answer Correct ?    0 Yes 1 No
Mittar
 
  Re: there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??
Answer
# 10
As we are in regression testing so we will log bug for it 
and continue further testing if it has no severe impact on 
the application like show stopper. While verifying the bug 
after it got fixed, we will do re execute test cases which 
can be effected by fix in new build.
 
Is This Answer Correct ?    0 Yes 1 No
Dharmpal
 
  Re: there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??
Answer
# 11
I will start 85th testcases .....
 
Is This Answer Correct ?    0 Yes 1 No
Sunitha,heartcom Inc
 
  Re: there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??
Answer
# 12
You people are really pathetic with your knowledge. Here is 
what the answer shud be.

First understand and then answer, What is regression 
testing? and also when do you validate the logged bug?
Answer: Regression testing is retesting of the existing 
functionality along with impact of the change in the 
feature/functionality due to bug fix or code change.
Every valid bug is validated on the next consecutive build. 

Now answer the asked question(you have to assume certain 
valid activities here too, for e.g, I am assumming that bug 
will be fixed on the next build):
Once you have logged the bug no matter at which test 
condition you have logged it obviously its going to be 
validated on the next build when it will be fixed. Thus on 
provision of new build the first step that you would do is 
validate all the bugs along with the bug logged at 85th 
test case with impact also (by doing adhoc testing) and 
then as per the regression testing do the retesting, that 
is, execute entire test cases.
 
Is This Answer Correct ?    2 Yes 2 No
Harry
 
  Re: there are 100 test cases. and u got a bug at 85th test cases. u reported it to dev and dev fixed that bug. when u r doing regression testing from whic test case u'll do tetsing?? will start from 85 th test case are u'll execute 100 test cases??
Answer
# 13
As Regression testing has to be perform, Mean i have to
check that fixing of the bug is causing any harm impact on
other module or not, so 100 test cases has to execute so
find the impact of this fixed bug
 
Is This Answer Correct ?    1 Yes 0 No
Manish
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
what is the difference between functional testing and regresion testing Omnitech4
What is the difference between White Box testing and Unit Testing? Accenture5
difference beween re testing and regression testing? iGate10
As a real time emloyee how can we define (i)Measure (ii)measurement (iii)Metric and (iv)Indicator---- ----- plz don't mention the Text book defenation... thnx in advns  1
When should you begin testing? Wipro2
What is Error Seeding?  2
What is mean by sdlc and expalin spiral model and proto type model? CSS1
Testing methodologies and Testing techniques are the same one? Hope Black and White box testings come under test techniques. Then what will come under methodologies ?  3
Where do you fit exactly?In automation or manual testing? AppLabs3
black box techniques  4
What is Testpolicy document explain in detail? What is the use of this Document?  1
Whether SQL knowledge is Mandatory of Software Testing or not? Briefly Explain? iSoft4
How to write a test case for White board? Plz help me with this....  2
At which stage testing phase will start IBM5
what are stakeholders iGate1
How do you test if you have minimal or no documentatioabout the product? How do you decide when you have tested enough? How do you determine what to test?  3
what is difference between waterfall model and vmofel? HCL6
how u can do integration testing and what r the approaches u need to follow? MBT4
at what step sanity testing and smoke testing do?  3
for example, we have old password,confirmed password, new password followed by submit button. what are the test cases written for that? Semantic-Space8
 
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