What is the difference between System testing and System
Integration testing?
Answers were Sorted based on User's Feedback
Answer / anu
System testing: system as a whole is tested - Non-functional testing eg. performance load and stress testing and not to forget - security
System Integration Testing : Verifies that a system is integrated to any extended or third party system defined in the system requirement.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / priya
System testing is testing whole sysytem..wheather its
meeting the SRS or client requirement
&
When one module is integrated with other module then we do
System Integration testing to confirm that intigaration of
one module is not affected on functionality of other moule.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / nilanjan saha
System Testing:
Testing the product as a whole as per the SRS or Functional
or Technical specification. Also the non-functional
attributes of the system got verified in this phase.
System Integration Testing:
To verify that after integrating different dependent system
modules all the thing properly doing their functionality and
the interfaces are doing well.Known as "SIT".
Is This Answer Correct ? | 1 Yes | 0 No |
System Integration Testing
Checking the communication Interface between 2 different systems or 2 different application.
System Testing
combining all the modules together to form a single application and weather all the requirements of the client is working properly as per the client expectation.
Is This Answer Correct ? | 0 Yes | 0 No |
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Create (Local Only),
Explain how to develop a test plan and a test case.
What is the basis on which you can check a text box in a web page or application?
3 Answers HCL, IBM, R Systems,
Write a test case scenario for Web-based address book?
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.
What is the role of QA in a development project?
what is self cleaning of test cases and repeatability and usability of test cases?what is the difference in repeatability and usability
Can you list down a few characteristics of a test case?
write a testcase for tea cup?
There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
Given the following: Switch PC on Start "outlook" IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage. 3 for branch coverage D. 2 tests for statement coverage, 2 for branch coverage E. 2 tests for statement coverage, 3 for branch coverage