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

What is an internal quality audit? What happens during this audit?

1 Answers  


Any Applications In The Market To Help Quality Test Team Members Communicate With Each Other?

1 Answers  


What is the diff b/w Quality Assurence and Quality Control ?..

11 Answers   FIC, Visualize Technology,


what are the steps of software QC?

3 Answers  


list the type of testing you think must be conducted on web application project

3 Answers   QA,






Formal Testing?

2 Answers  


What is Cause and Effect Diagram, how it helps in software testing?.

2 Answers  


How would you prepare the test plan without srs?

0 Answers  


what is sanity testing? what we do in sanity testing? give an example...

4 Answers  


what is CAPA?when is root cause analysis done?

1 Answers   Ariel, Knorr-Bremse, NIIT,


You are a tester. Now how will you choose which defect to remove in 1000000 defects?

0 Answers  


I would like to know whether Zephyr, the test management tool takes a complex installation procedure?

2 Answers  


Categories