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 |
In testing what is the flow of testing AUT, like what test is to performed first and second test and soon Can Anyone list the sequence of testing
How frequently is your project audited? How do you know the result of these audits?
What are the defects found in testing banking domain?
Why you choose automated testing over manual testing?
what is metrics? type of metrics?
best trainig institutes and best faculty in chennai for software testing ?
What would be a good answer when someone asks 'What was your best bug you found'? How does a person know whats the best bug? I never found the best bug..all my bugs are good.
HOW DO YOU REPORT AND TRACK A BUG
what is Agile Development Processes
What are the different levels in software testing?
Mention what are the types of documents in sqa?
Please give me your definition of software test engineer.