What are the types of functional testing?
Answers were Sorted based on User's Feedback
Answer / dumbest1
As per ISO 9126, Functional testing is related to what a
system does i.e. it's functions. Functional testing is also
referred to as Black Box Testing but it is not entirely true
as Black Box Testing also consists of Non-Functional Testing
as well.
Functional Testing can be done focusing on suitability,
interoperability, security, accuracy and compliance.
It can be done from two perspectives: requirements-based and
business-process-based.
Requirement-Based Testing includes:
1. Equivalence Partitioning
2. Boundary Value Analysis
3. Decision Tables
4. State Transition Testing
Business-process-based testing:
1. Use case testing
Non-functional testing, on the other hand, can include
performance testing, load testing, stress testing, usability
testing, maintainability testing, reliability testing and
portability testing. It is basically checking 'How Well' the
system works.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / akshay
Functional Testing
- Accuracy Testing
- Interoperability testing
- Suitability Testing
- Accessibility testing
- Usability Testing
Non Functional Testing
- Software Attack/Security Testing
- Performance Testing
- Database Testing
- Data Recovery Testing Etc.
Specification Based/Black Box Testing Techniques
- Equivalence Partition
- Boundary Value Analysis
- Decision Table
- Cause-Effect Graph Testing
- State Transaction Testing
- Combinatorial Testing
- Use Case Testing
Structure Based/White Box techniques
- Statement Coverage
- Decision coverage
- Condition coverage
- Multiple condition coverage Etc
Experience Based Testing techniques
- Exploratory Testing
- Error Guessing
- Checklist Based Testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shilpi
there are two types of testing
functional and non functional
Functional testing or black box testing are same.method of
black box testing are
boundary value analysis
equivalant partioning
error guessing.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / aditya
Type of functional testing are:
1]Black-Box Testing
2]Adhoc Testing
3]Exploratory Testing.
correct me if I wrong.
| Is This Answer Correct ? | 6 Yes | 10 No |
Answer / smitha
As i know black box testing is also known as Functional
testing. as per this statement the following are the diff
types of functional testing:
1. Integration testing.
2. System testing.
3. Compatiablity
4. Performance
5. Smoke etc
| Is This Answer Correct ? | 6 Yes | 10 No |
Answer / chandu
functional
intigration
system
smoke
we go to test each functional of application
but purformence not include
purformence shows speed of exicution that application.
thats y it is called nonfunctional testing
| Is This Answer Correct ? | 0 Yes | 4 No |
What kind of testing to be done in client server apllication and web application? Explain....
what is difference between smoke test and exploratory test.?
when testing will starts in a project?
Can any one tell me the format/columns for writing test scenarios in excel sheet?
What problem you have right now or in the past? How you solved it?
diff betn buddy and pair testing
Describe some staff conflicts you have handled.
I have tested ecommerce site, but when i search for any product Or access any page, some time i found it missed the values from my URL..EXAMPLE : we take this URL "http://www.allinterview.com/forms/questionform.php" This is the actual URL & it is ok but when i test it displays like "http://www.allinterview.com//questionform.php" NOTE : In above URL "forums" is missing.. I dont know why this happens as i have checked all the code & tested again & again but it dont know the reason. HELP ME plz... Thank you
Why most of the people saying testing is easy job? an you justify?
Had u done the Web Application Testing ? if yes then what is the difference between Web App. Testing & Desktop testing? Apart from technical part what difference did u find while testing?
if tester found some bugs in the application then which format they will send it to development team.
For any web application, what are the possible login features that should be tested?