how u can do integration testing and what r the approaches
u need to follow?
Answers were Sorted based on User's Feedback
Answer / naresh
We can do integration testing by integrate two
modules.after unit testing we do integration testing.We
folow two approaches for integratiion testing
1. Incremental: follow a particular sequence
2. Nonincremental: doesn't follow a particular sequence
Top-Down approach and Bottom-Up approach comes under
incremental and BigBang comes under NonIncremental
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / jaja
The integration Testing is doing for integrated modules. So
first of all we required an integrated application to do
the integration testing.
Here we have to check wether the integrated modules are
working properly or not. This can be do through the
integration test cases.
For example Creating a user account and login to the system
are two modules.
Here u can see the Create User is a module and Login user
is another module. So First we create a user then with the
new username and password we logon to the system. If it is
working as per the expectation then the test is pass.
Is it Clear?
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sanjay gupta
we can follow the two approaches in Integration Testing-
Bottom up Integration and Top Down Integration....
Sanjay
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prasanna_ny
WHAT IS MEANT BY INCREMENTAL AND NON-INCREMENTAL TECHNIQUE
IN INTEGRATION TESTING?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suryamoorthy
Incremental integration testing:It is a process of adding a modules or features on a incremental basis and checking the communication between them.
Non incremental integration testing/big bang method:
All the modules are developed by different developers and integrated at a time and testing the application is called a non incremental integration testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
give me some brief idea about audits
What is means by Bottle Neck testing ?
Differences between waterfall and V model
What is Guerrilla Testing?
Am putting E-commerce project in my resume can any one please tell me about E-commerce application explaination..
I want Tracebility Matrix template, if any one have mail me at dada_khairnar@hotmail.com
what is meant by exhaustive testing?
wht is bug, deffect,issue,error
can anyone please tell me how to test the functional specification?
As a tester how we resolve defect leakage? And how it occures?
8 What can static analysis NOT find? a) The use of a variable before it has been defined b) Unreachable (“dead”) code c) Whether the value stored in a variable is correct d) The re-definition of a variable before it has been used e) Array bound violations
Written Paper at Net Solutions: 1) Difference between Smoke Testing and Sanity Testing. 2) Bug life cycle. 3) Write the steps followed in STLC in your company. 4) Define: 1) BVA (Boundary Value Analysis) 2) ECP (Equivalence Class Partitioning) 5) Write test cases for a login screen with following fields/buttons: Username: Password: Login (Button) Cancel (Button)