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 is Mutation Testing?
diffrence between defect and bug life cycle
Hi everyone, My name is Salil Mishra. I am having 1.7 years of experience in manual testing. But as i m 2008 passout, there are limited position for me in the companies. Please help me out in getting a good job guys..I f you find something then please mail me at salilmishra29@gmail.com
What is benchmark testing? hi friends... can anyone suggest the correct answer plz...
will any one told me if any interviewer ask u that wat type of defect tracking tool we use in project then wat will be the answer?
What does FRS contain ?Explain in detail.
What is PBX Testing & What is Test coverage?
How do u find Synchronization problems manually?
can any tell me wht is difference between Quality Assurance, Quality Analysist? QA stands for Quality Assurance or Quality analysist?
What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)
I am a ISTQB cerfity tester with 3 yrs experience(kolkata) , I left my current commpany due to some problem but since two months I did not get new job , why? is my age is 33 yrs and I am married . If anybody have any answer please let me know, my email id sangitadas1981@gmail.com/yahoo.co.in
what is the difference between automated testing n manual testing? which one is better?