steps for perfoming integration testing?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the Procedure and documents for obtaing CMM Certification

1606


How to estimate testing effort ?

584


Describe bottom-up and top-down approach in testing?

680


What is the difference between quality assurance and software testing?

623


Would we given training at first job (entry level)?

1349






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.

1653


How frequently is your project audited? How do you know the result of these audits?

1769


Hello Can anyone please share the interview details for QA positions in Tribal Fusion, Noida. Much Thanks

2085


How you will begin to improve the QA process?

2769


what are the tables in testcases?

614


what are the feature of our test group?

1833


What is base concept of QA against usability Issues

1767


What are the key challenges of software testing?

635


What if the application has functionality that was not in the requirements?

570


what is difference between smoke testing and sanity testing?

607