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
Answers were Sorted based on User's Feedback
Answer / sharma
look regression testing is all about testing the already
tested functionality, and new fuctionality. So here when
new change had been done with 3rd module so and time
constraints is less, so you need to concentrate only on
3rd,1st and 5th because here the problem arises when any
change has been made and you will test the functionality so
the tester will test the change fuctionality and observe
the reflection on related parts or modules.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / kalyani.b
regression testing is testing in which one will perform
testing on the all ready tested functionality and its
related functionality.
in this question changes done on the 3rd module, so
compulsory test the 3rd module and its related module of 1
and 5 .no need check all the modules.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi! pl. suggest a good book for manual testing..to attend interviews in manual testing with 3+ yrs of experience
Describe your personal software development process.
Can you please explain me how to do testing of an E-insurance project end to end process..
A bank application with From a/c, To a/c, amount and a submit button - What are the conditions that you write for it.
Factors effecting Testing of Web Applications?
Explain the ISO ( more information about the ISO)
what is the combination of grey box testing
What r the features,u take care in prototype testing?
1)what is the basic diff. between unit testing and component testing 2)how do you implement framework in ur project through automation
What is database testing
1 Answers CTS, Infosys, Polaris,
do you or anyone has 100or over test cases in different categories
In waterfall model, while your are coding if you happen to know that one of the requirement was wrong and there will be no use in implementing it and moreover it is going to cause problems to the final output. Then do you have the flexibility to go back and change the requirement? Is this flexibility there in Vmodel?