what is difference between system testing and system
integration testing?
Answers were Sorted based on User's Feedback
Answer / kiran_vsp
giri- i have another answer for it, my ans will be more
related to my proj.
Application which i am working on has 5 modules.Testing the
entire application with all 5 modules combined , we call it
system testing.
Our application interacts with some other applications
(external systems)to retrieve or send data, we call this as
integration or system integration testing.
| Is This Answer Correct ? | 43 Yes | 1 No |
Answer / chandra
Integration testing is the phase in software testing in
which individual software modules are combined and tested as
a group.
It occurs after unit testing and before system testing.
Integration testing takes as its input modules that have
been unit tested, groups them in larger aggregates, applies
tests defined in an integration test plan to those
aggregates, and delivers as its output the integrated system
ready for system testing.
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / giridhar
system testing will be conducting at final level.
integrating testing will be done at each time of moudle
binding. or a new moudle need to bind with the system.
| Is This Answer Correct ? | 4 Yes | 13 No |
I’ve been using a test tool for quite some time but it has not lived up to the expectations. So I’m planning to invest in a good one. Please suggest some?
What is disaster recovery testing?
If I give some thousand tests to execute in 2 days what do you do?
What is storage testing?
With the help of Bug Id how will u find in which module or in which test case a bug hv been arised... ie hw will u track down the bug.....
hey, i recently attended 2 interviews and they asked whether I used qamonitor of softsmith. any help on what it does?
Explain testability?
Which one of the following activities is the most efficient and most cost effective at identifying defects? 1. Prototyping 2. Unit test 3. Beta test 4. Design/code inspection 5. Risk analysis
Explain a good test engineer?
What is upwardly compatible software?
What is policy?
What are non-functional requirements?