wht is the diff b/w funtional testing and integration testing

Answers were Sorted based on User's Feedback



wht is the diff b/w funtional testing and integration testing..

Answer / guest

functional testing is testing the whole functioalitiy of the
system or the appllication whether it is meeting the
functional specifications

integration testing means testing the functianality of
integrated module when two individual modules are integrated
for this we use top-down approach and bottom up approach

Is This Answer Correct ?    7 Yes 0 No

wht is the diff b/w funtional testing and integration testing..

Answer / a.r.umesh

Functional Testing:
* Study SRS
* Identify Unit Functions
* For each unit function
- Take each input function
- Identify Equivalence class
- Form Test cases
- Form Test cases for boundary values
- From Test cases for Error Guessing
* Form Unit function v/s Test cases, Cross Reference Matrix
* Find the coverage

Integration Testing:
* Integration is a systematic approach to build the
complete software structure specified in the design from
unit-tested modules. There are two ways integration
performed. It is called Pre-test and Pro-test.


tejasoft invoation pvt ltd

Is This Answer Correct ?    1 Yes 0 No

wht is the diff b/w funtional testing and integration testing..

Answer / mfsi_priyankaa

In Functional testing we check the functionality of the
system or application i.e. checking whether the system is
doing the same thing as it is suppose to do or not.

In integration testing we test the interfaces between
different modules.

Is This Answer Correct ?    0 Yes 0 No

wht is the diff b/w funtional testing and integration testing..

Answer / raghu

Functional testing is a process of testing the developed
application i.e Functional part of the application
developed is done by testers also called as black box
testing.

Whereas intergration testing is done after integrating the
related modules by the developers.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

Can we perform load testing on mobile phone?

5 Answers   Symphony,


I u dont have SRS doc or dont have any info about product then how will u test it?

4 Answers  


Hi I want the technical documentation for a sample project, if any one knows about the details plz guide me, mail at gpriya_1980@yahoo.co.in thanks in advance

0 Answers  


tell me about ur current project???

2 Answers   Philips,


what is analysis and interpretation of results?

3 Answers   Semantic Space,






What is difference between Development envionment and Test enviornment.

2 Answers   Siemens,


how to check stress and load testing by manually ? with example

2 Answers  


wht is the use of check list?

2 Answers   iGate,


Why you developed the software to test the software?

2 Answers   Fulcrum Logic,


What is the difference between Agile model and V Model Can anyone elobarate and explain each model and differenc

3 Answers   Oracle,


Explain stub in testing point of view?

0 Answers  


If i have 1o mandatory fields like Id, Name, DOB, DOJ, DOD, Client, location, Recruiter name, Skill, Rate with save and clear buttons Then how many test cases i need to write and what is the best way of process(Just no of possibilities or we need go for probability ) to complete the test cases?

2 Answers  


Categories