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

What are the stages of the Bug?? What is the exact life cycle of the bug??

3 Answers   WinSoft,


Graph-based testing methods can only be used for object-oriented systems .Is it true. explain

1 Answers  


When is Ad-hoc Testing done in a project?

4 Answers  


How we will do Memory Testing? There is any tool to do that testing and to whome this testing to be performed?

0 Answers  


Why should you care about objects and object-oriented testing?

0 Answers   3i Infotech,






what is stages in test plan?

1 Answers  


How do u go about testing a project?

0 Answers  


Whenever developer will recieved the defect from the tester,then he will go thru the defect whether it is acceptable or not?for that he will execute that application again,while executing if he did not found any such type of defect(what we are rise the defect above),then he will send that defect to the corresponding tester with status of 'reject',as a tester what we can do?(here writing the reproduce steps and attached screen shots has been done by tester while sending the defect to the developer, no need to send reproduced steps and screen shots again)

6 Answers   CTS, IBM,


What is "pet model" of Bug reporting cycle

4 Answers  


How to write a Batch script and Batch Framework?

3 Answers  


what are the -ve test cases for Railway Ticketing System?

1 Answers   Cap Gemini,


Explain Load testing

7 Answers   CSC,


Categories