What is the difference between integration and system
testing?
Answers were Sorted based on User's Feedback
Answer / punam tiwary
when individual modules of code are integrated into a
single component,testing done at that time is called
integration testing .Developer and tester do it.
Two types of integration testing - Top down,Bottom up
integration
System testing - testing entire system as a whole in test
environment is called system testing
| Is This Answer Correct ? | 3 Yes | 0 No |
Integration Testing...
two units that have already been tested are
combined into a component and the interface between them is
tested.
System Testing...
In System Testing After complition of
Integration Testing we test the whole application with test
data
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vijaya koya
Integration testing : Integration testing is testing of
combined parts of an application to determine if they
function together correctly. The parts can be code modules,
individual applications, client and server applications on
a network, etc. This type of testing is especially relevant
to client/server and distributed systems.
System testing: To check the Functionality of the
application.
System testing is black-box type testing that is based on
overall requirements specifications. It covers all combined
parts of a system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prapulla
Integration testing:After finishing coding developers will
do.
System tesing: System testing is done by testers.
System testing consists of following types namely Sanity
testing,Smoke testing,Performence testing,User acceptence
testing,functionals testing.
| Is This Answer Correct ? | 0 Yes | 4 No |
what is baseline in testing
what is the combination of grey box testing
can anybody tell me what is thread testing with a practical example,coz the defn is liitle complex it seems.
what will be the usability testing of gmail's inbox page
what are the main challenges faced in ur project?
About Hierarchy level in your company.
1.What is configuration Management? 2. Explain Impact Analysis 3. Explain Peer Review 4. what i kickoff phase of Formal Review. 5. Whatv are the phases of fundamental test process. 6. what is state transition testing. 7. what is LCSAJ 8. Test conditions are derived from where?
How will you link the Defect to the test case? Explain Bug life cycle
Login page contains, Username , Password ,OK Button and CANCEL Button.If i click on OK button,cancel functionality is working and if i click on CANCEL Button,OK Functionality is working.In this case what is the level of priority (HIGH/MEDIUM/LOW) and level of SEVERIOTY (HIGH/MEDIUM/LOW)? Give the reason ,explain clearly?
What is a Latent Bug What is a defect leakage
Question on desktop Application: In my machine MS Word is working fine and in other machine it is not even launching. Note: OS, platform, build and environment is same
what are the ways to crash an application when it is unter testing?