what is SIT? Explain with Example?

Answers were Sorted based on User's Feedback



what is SIT? Explain with Example?..

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

what is SIT? Explain with Example?..

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

what is SIT? Explain with Example?..

Answer / sneha

Sandeep can you plz elaborate System Integration Testing with example

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

1. Write configuration tests for a web based application. 2. How does a plane turn on ground? Explain with logic. 3. How would you test the volume control for a music system? 4. You have been given an application and you have only 15 mins to test the application. How would you do the testing? 5. Your machine, which is on a network has been disconnected. How you debug the problem? 6. What is the sum of numbers from 1 to 1000? 7. What is the probability that on rolling four dices same number appears on all dices? 8. You have been given 8 identical balls out of which one of them is heavier. How would find the heavier ball in the least number of tries with the help of a balance? Explain 9. There is a disc which has been painted half black and half white. You have been given sensors which could detect white or black colors. The disc is revolving in either clockwise or anticlockwise direction with variable angular speed. Find the minimum number of sensors required to determine the direction of rotation of the disc. 10. 64,54,42,31,20 which number does not fit in the series?

8 Answers   QLogic,


after completeing testing ,what would u deliver to the client?

0 Answers  


What is Version control? can any one help me its urgent thanks in advance

2 Answers  


what is BVT testing?Who can do this testing?

8 Answers   Satyam,


Can anyone please tell in detail about the Rally tool and how a tester is going to use it.

0 Answers  






what is the process followed in JAVA Testing compared to Normal Testing process.

1 Answers  


What is the need for testing?What is the Outcome of Testing? What is the Purpose of Testing? When to start and Stop Testing?

2 Answers   HCL,


What is parallel testing and when do we use parallel testing? Explain with example?

1 Answers   Crea,


What should I do if the name of the field is change in new version?How should I maintain it in Test Case Document? Eg: 1)On Login Window:if Login button changed to Ok button 2)the Name of the Login Window get changed 3)Suppose New button adds to Login Window 4)Suppose For Login button there is Alt+L is used in new version Please tell me as early as possible Thanks in advance!!!

1 Answers  


I need a good book on manual testing.Is the book by nageswara rao good.I need to learn from basic to advanced.

1 Answers  


Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.

1 Answers  


How do you react when the developer says that defect you logged is not valid?

1 Answers   Wipro,


Categories