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 way of writing testcases for database testing?
On what type of browsers you have tested your web page?
what kind of test cases we can automated.how to divide manual and automation test cases.
i want to take the questions of software testing of QA infotech company
Explain Acceptance Testing with an Example
who do sanity testing ? who do smoke testing ? plz give me correct answers.
what is the methodology you are using in ur company?
What is agile testing ? how can we perform agile testing ?
What is Inter-System Testing? Please answer me frnz!!!
How to perform Gui testing ?
Can u specify one Deadlock or Processlock issue in a client server application?
Plz explan entry and exit criteria with example??? thanks