Which testing cannot be performed on first build of the software?

Options
- Regression testing
- Retesting.
- Sanity testing
- Only A and B.
- All of these


CORRECT ANSWER : All of these

Discussion Board
rer

test

te 08-17-2021 06:12 AM

Sanity test is done for any build or module

From the given answers, Sanity test is correct, as retest also done only after a fix is given, so its not first build, also both option confuses test takers which can be removed

Gabriel 06-25-2019 12:41 AM

Correct Answer is Regression Testing

why because when ever first module comes we test it, if we find any defect then developer fix it and sending new module to testing team so we cant perform regression testing on first module...

we can perform retesting on first module.. how? because retesting means testing whether the bug fixed or not and also testing a functionallity with multiple set of input data so retesting we be done on first build also

so correct answer is REGRESSION TESTING

Nagasiva Bolla 02-28-2017 04:02 AM

Answer to the above mentioned question

The 1st kind of testing which is done on the 1st build of the software is Sanity, might be sanity is the right answer

Vinay HM 06-9-2015 08:36 AM

Manual testing

Answer: all of these.

Solution: Retesting: Retesting is performed after fixing defects to verify the defect or bug has been successfully removed.
Regression Testing: Regression testing is performed after fixing the defects to ensure that the change code has not affected the unchanged area of build.
Sanity testing is also known as build verification that is used to verify the build after performing some changes in code or to add new functionality.
Therefore, all of these are not performing on first build of the software.


Rohit Srivastava 07-28-2014 02:36 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement