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 is Six sigma ?Expain.

8 Answers   Infotech,


How will you know if you wrote sufficient test cases for a particular business requirement.

4 Answers   McAfee,


how to see result in test director

1 Answers   MBT,


how to write testcase for this particular textbox.i have textbox and it accepts only values from 1-9.how to write testcases for this using bva and ecp?need some more testcases any sites which provide testcases information? mainly for webapplication.

3 Answers  


How do you know when the product is tested well enough?

2 Answers  


Who is responsible for doing "Cause-Effect GraphCause Effect Graph". If tester is responsible then how we to do it? Urgent

0 Answers  


How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....

0 Answers  


What is the Difference Between Manual and Automation Testing.Give Some Example Both of them

1 Answers  


Difference between postponed and deferred bug

1 Answers  


What is the Regression Testing Process followed in your company?

3 Answers   HCL,


when we use the Equivalance Partioning techinique

2 Answers  


If I have written the test cases for any module.And some features are added/removed to & from that module then what should I do with test cases?

1 Answers  


Categories