Answer Posted / 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 |
Post New Answer View All Answers
what are the testing appraoch that you have tested for Bread toaster
How to do integration testing on duster......
Can anyone please suggest me a online book on manual testing??
what is port testing and do it comes in manual testing?
i need manual testing interview questions for 2+ experience plzz help me..
How can I done a Web Testing? Which steps are include in it?
what are questions asked in TCS for database tester (sqlserver)?ay idea
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
If client give you a project then which testing you will perform first
Different types of design diagrams that supports to write test cases ?
How quickly we need to fix the bug?
What is the test case?
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance
How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??
What is test closure?