in a team, how do u involve/test when ur modules are
integrated to other modules of ur team.
Answer Posted / raj.thakur21
Are u talking about the testing, think so...ok
After the integration of your module with the other
modules you can still test.
For that we have a testing technique called "Regression
Testing" which is mainly for the testing of integrated
modules. It helps to check whether your module works
properly as required with other without any problem/defect.
And in that case you can test using the same testcases,
which you have used earlier for that module.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What are the different verification techniques you know?
prepare functional requirements and design test cases for a given business requirement as follows(consider all the implicit requirements): A message portal is given,Login into that, check for any e_mail in inbox-if present reply,if not compose a mail and send it.
How would you prepare the test plan without srs?
What is traceability matrix? Is it required for every project?
What is application binary interface (abi)?
Can Parrto Principle be used in Quality Assurance and testing?
What is a ‘use’ case and what does it include?
Enlist the priority of the testing tasks defined by the qa team in product development.
create a daily status report or list the items you will cover in a status report
Do you think qa's can also participate to resolve production issues?
How can new software qa processes be introduced in an existing organization?
how can i wrtie testcases for huge data
Explain what is a cause effect graph?
Define use case testing.
Explain what is the rule of a "test driven development"?