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 |
1.write test cases for bangle 2.what is difference between defect and bug life cycle 3.what are the inputs for writing test cases 4.how to map requirements to test cases 5.where to attached the test cases 6.what is sdlc 7.what are the difference between sanity and smoke testings 8. user accaptance testing types 9.what is the mail module in qc 10.why are u changing ur job
2 Answers Cap Gemini, Synechron,
Write the function test case to add a customer to database.
is it true that sanity and smoke testing done by developer to test the basic functionality whether its working correctly or not before proceeding further testing
Explain pilot testing.
What actually you(Testing) people do when a new project starts. i.e can you give clear idea how testing is integrated with Project development &Release
How integration testing performed in organization
After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance
what is non-functional testing? give 2 example..
i have doubt suppose iam purly working in manual, when i will work on sql and performence testing? pls any one clarify doubt?
what is the difference between test strategy and test plan?
If a bug is not reproduced what will be the next action of the tester?
What r the inputs in System Testing?