what is SIT? Explain with Example?
Answers were Sorted based on User's Feedback
Answer / sandeep guttikonda
System Integration Testing (SIT) is the testing of the sub-
systems, as a whole, to ensure that they work as a system.
It is accomplished whenever multiple systems cross
functionality & external interface level testing is
required. Also, verifies that the system is integrated to
any external or third party systems defined in the system
requirements.
When it comes:
Unit testing-> Integration testing -> System testing ->
System integration testing.
Example:
I would like to explain about this SIT by taking a banking
application:
consider ICICI online banking application(these assumption
may not be true in real applicationi of ICICI):
Hope the reader know about the Loans: let's us consider
that a person came to take a personal loan from the bank
How the bank gives the loan it will consider certain
criterias like his previous bank statements his balances,
his properties, credit card bill payments etc etc..
1) unit testing: the developer will test the application(
front end) after he is done with the code.
2) Integration testing: considering this as a client server
application. Testing whether the front end information
(like values, addresses etc) are reflecting in the back end
bye checking at the back end and vise versa by checking at
the front end.
3)System testing: testing this application (system) as a
whole and based on the functionality. checking whether the
info giving at the front end is reflecting again at the
front end where ever necessary.
4)System integration testing: suppose in this appication to
generate the instrest information , payment information ,
etc if we are using some other application which is not
related to this application but integrated to this to
fulfill some task so testing this all functionally as a
whole.
still if you need any further info plz post again,
thanks.
| Is This Answer Correct ? | 19 Yes | 2 No |
Answer / saurav prasad
The System Integration Testing(SIT), also known as
integration testing, is the phase of software testing in
which individual software modules are combined and tested as
a group. It follows unit testing and precedes system
testing. Integration testing takes as its input modules that
have been checked out by unit testing, 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. The purpose of
Integration testing is to verify functional, performance and
reliability requirements placed on major design items.
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / sneha
Sandeep can you plz elaborate System Integration Testing with example
| Is This Answer Correct ? | 0 Yes | 0 No |
What’s the role of documentation in manual testing?
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
Explain the difference between alpha testing and beta testing.
How will u write test cases based on EQA(Equivalance class partitioning) & BVA(Boundary value analysis.?Plz explain in brief?
Generally How do we do Test Estimation. Anybody can expalin this with example. Thanks in advacne..Venkat
hi how to test a video files? and what type of test stategy you follow to test a video files?
I have to give weights to 5 stones so that using a simple balance and the stone i should be able to weight any number between 1-100
Hi i am looking for Test Engineer Job, i have done the course, but i don't have work experience on it, Is it So important to have real time Exp or knowledge is enough? and please let me know like how i can improve for the interview. You can send me a mail on this id: rashmi_vastred@yahoo.co.in
What is the difference between application & Product?
design a black box test suite for a program that accepts two strings and checks if the first string is a substring of the second string and displays the number of times the first string occurs in the second string.
what is the diff between testing methodology and testing technique
test templet for GUI UNIT testing?