What is the difference between System testing and System
Integration testing?
Answer Posted / venkyboi
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 |
Post New Answer View All Answers
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
Suppose a job should be executed for every two hours? Write test case for this?
What are the test cases for mouse?
write a test case flipkart login page
write a test case for yahoo compose page?
how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.
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.
Explain the acceptance testing?
Explain the monkey testing?
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
can any body help me with providing a a case for usability testing...
Which of the following defines the expected results of a test? Test case specification or test design specification.
This was asked to me recently in Microsoft interview How would you do DOS copy command testing
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.