in a team, how do u involve/test when ur modules are
integrated to other modules of ur team.

Answers were Sorted based on User's Feedback



in a team, how do u involve/test when ur modules are integrated to other modules of ur team...

Answer / amit barwa

When the modules are integrated, then the whole application
is tested through integration testing.

Regression testing is basically testing the changed code
against the existing code on the same test data(which was
used for previous testing) and then executing the processes
to validate the data.

Is This Answer Correct ?    4 Yes 2 No

in a team, how do u involve/test when ur modules are integrated to other modules of ur team...

Answer / pradeep

This is called as SIT Testing (System Integration Testing):

The purpose of System Integration testing is to verify the
integration of all applications in the solution operate
correctly together. The testing is performed in an end to
end manner and will confirm the total solution from input
to end point.

During SIT following types of testing will be performed:
• Shakedown Testing (also known as connectivity
testing)
• End to End Testing
• Regression Testing

Is This Answer Correct ?    2 Yes 0 No

in a team, how do u involve/test when ur modules are integrated to other modules of ur team...

Answer / 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

More QA Concepts Interview Questions

What is defect management in QA?

3 Answers  


What and where are the policy statements that dictate quality assurance in your project?

1 Answers  


What are basic, core, practises for a QA specialist?

0 Answers  


What is binary portability testing?

0 Answers  


can any one tell me about ieee standrad testcase formats plzzzz

1 Answers  






what is difference b/n client server and web based applications?

1 Answers  


What are the various tools you have used in testing process?

0 Answers  


wat r some of the first steps you will take in your role as a QA

2 Answers   Eskom, QA,


x:validating :Are we producing product right y:verification:Are we producing right right a)X is wrong statement b)y is " c)x and Y " d)x & y is right statement

1 Answers   Hughes,


what are the differences between level 1 & level 2 of CMM? Please give me as many points of comparison.

2 Answers  


can anybody explain me the role of QA in every phase of SDLC (PHASE WISE) to privent from bug.with real life example.1)requirement analy.2)designing 3)coding 4)testing 5)implementation 6)maintenance. PHASE WISE

2 Answers   Aloha Technology,


What are the advantage and disadvantages of automated testing?

0 Answers  


Categories