What is the difference between integration and system
testing?
Answers were Sorted based on User's Feedback
Answer / punam tiwary
when individual modules of code are integrated into a
single component,testing done at that time is called
integration testing .Developer and tester do it.
Two types of integration testing - Top down,Bottom up
integration
System testing - testing entire system as a whole in test
environment is called system testing
Is This Answer Correct ? | 3 Yes | 0 No |
Integration Testing...
two units that have already been tested are
combined into a component and the interface between them is
tested.
System Testing...
In System Testing After complition of
Integration Testing we test the whole application with test
data
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vijaya koya
Integration testing : Integration testing is testing of
combined parts of an application to determine if they
function together correctly. The parts can be code modules,
individual applications, client and server applications on
a network, etc. This type of testing is especially relevant
to client/server and distributed systems.
System testing: To check the Functionality of the
application.
System testing is black-box type testing that is based on
overall requirements specifications. It covers all combined
parts of a system.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prapulla
Integration testing:After finishing coding developers will
do.
System tesing: System testing is done by testers.
System testing consists of following types namely Sanity
testing,Smoke testing,Performence testing,User acceptence
testing,functionals testing.
Is This Answer Correct ? | 0 Yes | 4 No |
Real-time applications add a new and potentially difficult element to the testing mix Option 1 performance Option 2 reliability Option 3 security
explain v- model? why we call this model as v-model, not an u-model?
if u performing on real tym application ,u r getting some continous data n if some invalid data occurs wat types of testing is preferrable
discuss black box and white box testing is not widely used if you disagree tell me why?
what are the techniques used for writing functional test case ?
Hi,please help me out with my ques:when a bug araises how will we send the bug report to developer in which way?if through mail means how which way?first to who we need to send the report?
How can u do the performance testing?
what is conditional testing? explain and examples
what r all the documents does the testers create? some saying testing document starts with test policy,what is all this things? Does anyone have example application to explain this document or any links,plz provide. Also,will someone tell me what is test methodology? kindly help me....thank u!
Describe components of a typical test plan, such as tools for interactive products and for database products, as well as cause-and-effect graphs and data-flow diagrams.
Hi Friends, Plz answer my these questions on sqt.qae@gmail.com Why you want to be software tester? As new to testing what kind of work is to be there in testing in detail...in testing What to study in manual testing or automation testing from interview point of time? Is there we have choice to choose domain while interview time..? Reply ...on my email
which model is mostly used in companies for SDLC and y?