Process and procedures followed while writing Integration
testcases and system test cases
Answer / lavanya
The purpose of integration testing is to ensure distinct components of the application still work to accordance of the user requirements. The purpose of system testing is to validate an application and completeness in performing as designed and to test all functions of the system that is required in real life.
Integration testing is the phase in software testing in which individual software modules are combined and tested as a group.
It occurs after unit testing and before system testing.
Integration testing takes as its input modules that have been unit tested, 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 basic difference is integration testing is the phase in software testing in which individual software modules are combined and tested as a group. It occurs after unit testing and before validation testing.
System testing of software or hardware is testing conducted on a complete, integrated system to evaluate the system's compliance with its specified requirements. System testing falls within the scope of black box testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Which of the following is NOT included in the Test Plan document of the Test Documentation Standard: a) Test items (i.e. software versions) b) What is not to be tested c) Test environments d) Quality plans e) Schedules and deadlines
PLEASE ANSWER THIS Q? HOW TO DEFINE DEFECT DENCITY ?
How to validate the Testcases?
what type of testing you do for web based applications than client-sever application ...pls expaline
explain v- model? why we call this model as v-model, not an u-model?
Are regression tests required or do you feel there is a better use for resources?
What is non-functional testing?
how to find which server is not responding properly when there are 10000 servers without any tool
6. What do you dislike about each of the Web sites?
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
define defect lifecycle step by step
WHAT IS THE DIFFERENCE BETWEEN A FUNCTION & ACTIONS IN QTP? WHAT IS THE DIFFERENCE BETWEEN A FUNCTION & PROCEDURE IN QTP? DIFF BETWEEN ACTION AND REUSABLE ACTION?