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
What is difference between retesting and regression testing?
How can you introduce new software qa processes to an existing organization?
Mention the different types of software testing?
Could anyone share FAQs for QA/QC position.
Explain what is bug triage?
is possible smart identification through descriptive Programing
hello.. i have learnt testing manual and automation tools and im working as test engineer in a software company still i do need more testing skill so where can i get more knowledge about testing . please advice me
What is quality audit?
What is the difference between the test plan and test strategy
Scenario :- when we test payment module in the eCommerce site, then how do we verify or actually check transaction failed and the amount will be returned in next few days? i am using pay pal / credit card.
Write down the differences between the responsibilities of qa and programmers?
what is the SOAP UI and Web services? what are the uses in testing?
Do anybody have any idea about the testing tools related to client-server apllications( for banking application or products ).Kindly tell me both open source and licensed tools. Thanks in advanceRegards
In asset accounting we are run depreciation in 10% now we are in 6th period . But now our client says that the depreciation percentage is 12% but we have wrongly calculated on 10%. So what are the process we have calculated actual percentage.
What do you understand by ‘test effectiveness’ and ‘test efficiency’?