if you have 100 test cases, in that 80 passed and 20 failed,
Which test cases your select for Retest and Regression testing?
Answer Posted / 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 |
Post New Answer View All Answers
What is validation in software testing?
How will u decide test data to see that evey feature is thoroughly tested
Work flow in testing in your company?
how can u prepare the test plan?
sanity testing is done during regression testing.is it true.if it is true plz explain?
What are the cases when you’ll consider to choose automated testing over manual testing?
Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
what are the prerequisite conditins to test clientserver and web applications
What is state transition?
On login window for username and password auto populated field means what !
hi sir, i completed my GNIIT from NIIT. i recently joined in IT company for Testing(manual) on JD EDWARDS.So,i wanna to ask that after taking 1yr experience can i able to do Testing .NET in another company.Pl i am confused pl send yours suggestion throw my email(paresh_shindeal@yahoo.com)
Write a set of test cases to test youtube?
1.What is bidirectional traceability ??? and how it is implemented? 2.What is Automation Test frame work ? 3. Define the components present in test strategy? 4. Define the components present in test plan? 5. Have u written Test plan ?…. thank u!plz reply........
Why is it impossible to test a program completely?