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 Friends , I am 1 year experience Manual tester and i want to do any certification but i dont know any thing about it. please do suggest me. Thanks in advance
WHAT IS JOIN AND TYPES?WHAT ARE STORED PROCEDURES?
explain me traceability matrix in brief....?
can anybody tell me "what is ur testing process in ur company" pls explain what is the process when v get a build?
what is the status of defect when the developer reject the defect?
IN TEST PLAN DOC, WHAT R THE ASUUMPTIONS MADE BY BY THE TEST ENG?
wht is change management and configuration management?
What is Defect Density? How it can be calculated?
Test Director is use only for bug tracking or another purpose.
if i provide u screens no documentation then how you will test that application without documentation .write testcases for that screens?
First window is registertion window where u will be having the fields to entering the name,password and confirm password and Ok button.After hitting the OK button it will take u to 2nd window, wel come window for the user with the msg welcome user. 3rd window will be login screen where u will be entring the user name and password with out any mistake in case and spell (i.e u entered correctly)and 4th window it shows that user does not exits .What will be reasons? Other then data base not connected.
What is Feasibility Report?