What is diff. between System Testing and Integration
Testing ?
Answers were Sorted based on User's Feedback
Answer / anuradha
In system testing we test both functional testing and non
functional testing too . Non functional testing contains
security testing , load testing , relability tesing ,
stress testing ,volume testing , GUI testing ,compactibilty
testing ,interoperability testing , we perfor benchmarking
too , configuration testing so on
In integration testing we test the functionality testing ,
checking the of all the modules which are integrated . we
check for the data flow betn the modules is done as per the
requirement or not
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / hiren
Both are the phase of the testing.In Integration testing we
integrate all the module together and test as per the client
specification.In System testing we will check system
performance in case of more stress & load,hardware &
software compatibility,whether the site is secure or not i.e
security testing etc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / cv
I just want to make a little correction in Anuradha's answer.
As per my knowledge, in integration testing we give more stress on proper integration of all the modules. We donot give more stress on functionality here, just on the proper integration.
System testing is very well defined by Anuradha and i think its 100% correct.
Plz let me know if im wrong.
thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Hello everybody! i have a question: 1. please describe the most basic tasks of junior tester [3+ years] in a project [client-server and web applications], starting from gathering requirements and until software release to customer. Thanks!
Can you explain the concept of defect cascading?
what is containment mechanism
What is Boundary Value Analysis(BVA) and Equivalence Class Partition(ECP)?
what are the add-in to the mercurytools to test webbased dotnet applications.answer plz
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.
What if the application has functionality that wasn't in the requirements?
What’s the difference between a bug and a defect?
As there are different builds for every version & any build can release to the client.I m using Excell sheet for Test Case writting. Then Am I write Version No/build No.newly added feature test cases. Because when that build again release for testing I can understand that this build have that feature.
How many testcases have you written till, now as an average per project?
What are the Defect Life Cycle?
What are techniques for Integration Testing.