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 |
Write test cases to copy text file from C:\ drive to D:\ drive?
What are the Important test scenarios which can be used for testing a web site?
how you will write test case for integration testing give me example
what the document used is in a V-model in each phase?
How many testcases have you written till, now as an average per project?
What is Tracibility matrix?How we can use in real time application?
how to test a web application manually?can u explain indetail?
Use-cases can provide useful input into the design of black-box and state-based tests of OO software. Explain
In what situation would you want to parameterize a text verification check?
The applications are invited from the students between 18 and 23 years old. The age relaxation for reserved category students is 5years.so what are the test cases posible to write
wat is another name of retesting can we callit a retesting also
if u have 10 inputs & you written 500 testcases for that.out of this u found 20 defects.as a tester how u found from which requirement that a particular defect will occur.