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
Answer Posted / 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 |
Post New Answer View All Answers
Can you explain calibration?
How would you test a service oriented architecture (soa) web application?
What are testing techniques? What is difference between general and specific?
Hi, My name is Dinesh.I want to prepare for ISTQB certification , So can anyone please email me the syllabus of it and what is criteria for giving exam.Please email me answers at: dinesh0323@live.com
What is an inspection in software testing?
What is Snapshot Testing? When we need to do and who will involve in this process and also what is the output document of this testing
Differentiate verification and validation?
What about the test case if the field only takes a certain number of characters or a minimum number?
If date field is a text field write test cases to validate it?
Write a set of test cases to test youtube?
How we will test ubercate
You have a testing team of 10 members, and now you have to reduce it by 5 member and you dont want to increase risk in your product, you are try to cover all functionality to test. What test Strategy you follow.
Can you explain boundary value analysis?
Do we have any certifications for ETL Testing ?
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?