wht is the diff b/w funtional testing and integration testing
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
hi,i have just done a 3 days training in software testing,i read and to a certain limit understand the fundermentals but when it comes to real life scenerio i mean working on a job i dont think am confident in the practical aspect. if u feel me pls hola
give me some interview ques?
Suppose Username and Password is there, Username is limited to 8 characters!! Then what r all the Possible Test Cases for it??
1)Asked to write test cases on Print option in a MS word application 2 Give scenarios for the following: throw a ball into bucket full of water and write scenarios so that water does not spill out. Explain test stratergy. What is localization. What do u test in localization?
What is the difference between TEST STRATEGY and TEST PROCESS
3 Answers Tavant Technologies,
what is mean by 1 )build = Who is responsible for build 2)Release = who is responsible for release 3)what is mean by license explain brefiely
4 Answers Bank Of America, ITC Infotech,
what is functionality testing?? what is system testing?? does system testing involves functionality testiting??
What is mean by multi-threading testing?
What is neutral test case?
What is meant by the bug state "Reproduce"
1. what are the types of testing you know and you experienced ?
define incident and test ware.