What is integration testing?
Answers were Sorted based on User's Feedback
Answer / thamim
integration testing means its done by the development
team.its targeting the design. it have a two types
1. top down integration
2. bottom up integration.
you correct me . i make a mistake for this answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / deepa
test the combination of modules is called as integration testing
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / srinivas
After all modules are developed by the developers and they
are integrated with each other,TE has to check individual
functionality of the module and after integration also how
it is working.It should work same before and after
integration also
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / geetha
whether each module is communicating properly.
it is used to check the dependency of data flow..
for eg) after typing ur username and pwd .once u click sign
in.. the control should automatically get ur first name
from the database and take u to ur mailing account..
plz correct me if im wrong
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hemaiyer
integration testing: testing the relationship,
connectivity/bridge between the feature and the module.
for instance amount transfer and amount balance for amount
transfer login as x and transfer the amount to y after
transfering now log out as x & go to next link ie.amount
balance and check wether the amount balance is correct
ie,amountbalance=previousbalance-the amount transferred if
this functionality feature and module is working then this
is called integration testing.
regards,
hemaiyer
| Is This Answer Correct ? | 0 Yes | 0 No |
as a test eng, tell me ur challenges? aug 6. plz answer
CAN WE ADD NEW OBJECTS & PROPERTIES INTO SHARED OBJECT REPOSITORY?
What type of testing you do in your project?
3 Answers Geometric Software, TCS,
Who will participate in software testing?
How we can test the performance of an application by manual with out using any tool like loadrunner etc?
do you write test case for smoke testing?If not why?
What is Migration testing?
What is Mutation testing? When it can be done?
what the diff b/w Smoke Testing and Santy Testing?
10 Answers Cap Gemini, Financial Technologies,
Name three types of tests that should NOT be automated.
What are Levels of Functional testing?
What are the categories of writing test cases?