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 |
Plz post any critical bugs found while testing desktop application.
Diffrence b/w compiled module and shared repository?
What is the role of Tester in BRS(Business Requirement Specification)phase in V-Model.
whatis the diff. between Tracebility matrix and Bidirectional Tracebility matrix?
wat is compile module
I am a fresher.looking for testing jobs.I would like to know what kind of questions will be asked for freshers for the post of test engineer.
How do you differentiate the roles of Quality Assurance Manager and Project Manager?
Explain cmmi.
what r the main benifits of web-logic(application server)
what is Test senario?
How to plan the time estimations for QA cycle ?
What is the difference between Test cases document and test cases design document?