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

When to start qa in a project?

0 Answers  


Whate is Software Testing Methodologies

8 Answers   Codon Software,


what documnets qa engineer need for starting qa?

0 Answers  


What are the attributes of a good software qa engineer?

0 Answers  


what are the feature of our test group?

0 Answers  






Can anyone tell me that yahoo messenger is a web-based application or a windows based application???

5 Answers   Xansa,


Can you perform regression testing performed manually?

0 Answers  


Where I can get ITB/ISTQB sample question paper?

0 Answers   Satyam,


Explain what is the rule of a "test driven development"?

0 Answers  


How can you introduce new software qa processes to an existing organization?

0 Answers  


How do you convert uses cases into test cases?

1 Answers   Protech,


Explain Integration Testing?

2 Answers  


Categories