What r the different FUNCTIONAL testing techniques?
Answers were Sorted based on User's Feedback
Answer / santoshnathan
Sorry sowmya,
Installation,compatability&configuration testing comes
under non-functional testing.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / kukalakuntla srinivas rao
Functional testing techniques are
Equaliance class partation
Boundary value value analyses
Error gussing are the techniques for functional testing
| Is This Answer Correct ? | 14 Yes | 6 No |
Answer / uma
Behavioural,Error Handling,Input Domain,Manipulation,Order
of Functionality and Backend.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / guest
In general testing team applies functional testing to
validate "Meet customer requirements" on our appl-build.
During this test T.E validates correctness of every
functionality interms of below techniques.
1. Behavioural coverage (object properties variation w.r.t
operations.
2. I/P domain testing(size and type of every input object)
3. error-handling coverage ( preventing negative
navigations with meaningful messages)
4. backend testing (impact of frontend operation on backend
tables)
5. caliculations coverage (correctness of objects)
| Is This Answer Correct ? | 10 Yes | 8 No |
Answer / suneel reddy
Functionality coverage
input domain testing
Error handling testing
recovery testing
Installation testing
Compatability
| Is This Answer Correct ? | 9 Yes | 7 No |
Functionality Testing:
Test for – all the links in web pages, database connection, forms used in the web pages for submitting or getting information from user, Cookie testing.
Check all the links:
•Test the outgoing links from all the pages from specific domain under test.
•Test all internal links.
•Test links jumping on the same pages.
•Test links used to send the email to admin or other users from web pages.
•Test to check if there are any orphan pages.
•Lastly in link checking, check for broken links in all above-mentioned links.
Test forms in all pages:
Forms are the integral part of any web site.
Forms are used to get information from users and to keep interaction with them.
So what should be checked on these forms?
•First check all the validations on each field.
•Check for the default values of fields.
•Wrong inputs to the fields in the forms.
•Options to create forms if any, form delete, view or modify the forms.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / srinivaspatro
Functional testing techniques are
1. Behavioral Testing
2. I/O domain Testing
3. Error Handling Testing
4. Mutation Testing
5. Database or Backend Testing
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sowmya
Functionality Testing
Input domain
error handling
compatability testing
configuration testing
Recovery
Installation testing
| Is This Answer Correct ? | 6 Yes | 6 No |
What is inter-operability?
what is the difference b/w system testing & functional testing ?
what r the 5 major defects that u found in ur shopping related project?
What is the Input of Testcase?
Any body can explain how do we find Duplicate Defects.
This is a interview question i faced? Suppose your client doesnt have any idea abt software or the technology ?then how
How should validation activities be handled?
where do you write the test cases
Pls u can u r mail id to my personal mail id also if they dont want to give u r mail id n comman place
What are the types defect tracking tools?
Difference b/w bug and defect ?
what is the difference between Load,Stress and Volume Testing?