if you have 100 test cases, in that 80 passed and 20 failed,
Which test cases your select for Retest and Regression testing?
Answers were Sorted based on User's Feedback
Answer / mudaseer
according to me 20 test cases you will retest and all the test cases you do regression testing
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / nitin sharma
@Mudaseer ,Regression Test Cases are less than system test
cases.So,you will not execute all 100 test cases for
regression but execute test cases which are marked for
regression.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / amir
For retesting I will run only those test cases from which i
recognized the bug,
and for regression testing i will only run 80 passed test
cases bcoz by running passed test cases i confirmed that
fixing this bug has no negative impact on the other part of
my application.
but if i run 20 failed test cases then they will failed bcoz
they are due to another bug which was not fixed, by chance
if 1 or 2 test cases are passed then it means that there is
a cascade defect in the application.
this is a logical question, if i wrong pls correct me.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / shwetha mv
20 test cases are selected for Retesting
80 test cases are selected fro Regression Testing
| Is This Answer Correct ? | 2 Yes | 5 No |
what is TAS language which is used as a language for some projects/
I have one doubt in regression testing, Example if we have five modules such as 1,2,3,4,5. If we made change in 3 module only and also 3 module will interact with only 1 and 5 module. For this case we will conduct testing in all module (or) only 1 and 5 module?? Answer soon firends
what does frs doc contain?
What is metrics? explian the type of metrices.
what is usecase? tell me the attribute of usecase?
what is the diff bet two tier and three tier arch?
In one company they ask if u get a job in CTs or any other concern, will u quit immediately? for that i have answered, but still i want ur answer to answer to tackle this questions in future?
Tell me the Test cases for the Fan?
What types of documentation are used in qa?
what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.
There is an help option in one window, which consists of 100 pages. I want to test one word from every page. How can I do this in 5 minutes?
how to write testcase for this particular textbox.i have textbox and it accepts only values from 1-9.how to write testcases for this using bva and ecp?need some more testcases any sites which provide testcases information? mainly for webapplication.