What is System Testing and Integration Testing.Differentiate
them.
Answer Posted / n@ni
System Testing : Other name for system testing is black box
testing.
->It was done by testers.
->"Testing all the requirements in the application is
called system testing"
->In system testing the test engineer can test the
1)Userinterface functionality (colour,size,font,etc)
2)usability (curser blinking,tab monents,short cut keys etc)
3)functionality (customer required functionalites are there
in the application)
4)non functional (preformanece,security)
5)validate (type)
Integration testing : Other name for integration testing is
white box testing.
->It was done by Developers
->in Integration testing developers test the
1)connection between the modules,
2)data flow between the modules,
3)control flow between the modules.
Integration Testing is of two types,
->Database Integration (Back End Integration)
->Application Integration (Front End Integration)
Plz Let me know if any Mistakes in it.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
To specify the test artifacts involved in testing.
What is junit & api?
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing?
Why it is recommended to add verification checks to your all your scenarios?
how do u manage scripts in winrunner when you application is changing frequently?
What kind of testing to be done in client server application and web application? Explain
need testing projects where can i find them
Write 2 scenarios for System testing?
a newly launched web site is hosted on web server.It is expected that 100 people visit the website every hour and browse 30 pages spending a total 15 minutes. what is the maximum hits/sec that the web server should support this load?justify your answer. need urgently. by rimesh
what is independent question and what is retriewing and what is problem of severity.
Suggest some book to learn more test case???
What are the review documents used for testing?
What is the limit for test steps?It should be 10/20/30etc
Why is software testing required?
What exactly is quality control? Is it similar to quality assurance?