steps for perfoming integration testing?



steps for perfoming integration testing?..

Answer / sridhar

1. testing individual module(s) Seperately by checking the
dependencies.
2. Testing the application after the tested individual
modules are integrated, by running out the integration test
cases. The dependencies are to be checked.

Ex: Consider two modules
a. Login
b. Home module
and the requirement is after logging in succesfully the user
should be navigated to home module and in the home module
need to click on the action link to display "Hi Message".

Step 1: Test the steps 1 and 2 below individually:
Step 2: test the login page with all the negative scenarios
and for the positive scenario like click "Submit" - ask
development team to navigate to a blank page.
step 3: Test the home page like click on the link which
should displaye "Hi message"
Step 4: Now ask for a release from the dev team to integrate
the modules.
step 5: test the login page with all the negative scenarios
and for the positive scenario like click "Submit" - ask
development team to navigate to Home page and lcick on the
link in the home page should displaye the "HI Message" which
completes integration testing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QA Concepts Interview Questions

A cube of side 4cm is painted with 3 colors red, blue and green in such a way that opposite sides are painted in the same color. This cube is now cut into 64 cubes of equal size. 1. How many have at least two sides painted in different colors. 2. How many cubes have only one side painted. 3. How many cubes have no side painted. 4. How many have exactly one side not painted.

2 Answers   PSA,


Can Parrto Principle be used in Quality Assurance and testing?

0 Answers  


What is ISO 9000? Have you ever been in an ISO shop?

3 Answers  


Negative testcases for salary application..

2 Answers   Logica CMG,


what is exceptional flow ? how to write exceptional flow test cases ? please give me the answer.

1 Answers   Satyam,






How to know that we have to use which tool for this project?

0 Answers  


Could anyone share FAQs for QA/QC position.

0 Answers   Patni,


After releasing of the product to the market, it will be a failure, Now tell me whether the testing is a)pass b)fail c) it is partial

6 Answers   AZTEC,


What is the difference between web, window, desktop and client server application testing?

0 Answers  


What methodologies do you used to develop test cases?

0 Answers  


Explain what are test driver and test stub and why it is required?

0 Answers  


How would you test an ATM Machine?

4 Answers  


Categories