What r the different FUNCTIONAL testing techniques?
Answer Posted / lakshmanaraj bg
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 |
Post New Answer View All Answers
Hello, I want to know how to write a regression test plan? Can someone please send me the format/template? Thanks in advance
Tell me agile process in your company
where can i learn domain knowledge? how cab i gain domain knowledge? what types of Questions can be asked in domain(BFSI)? PLZ REPLY ME
What is test startegy?
How to test a Falsh player scrollings?
How to do security implementation for any URL??
Artifacts in design phase of SDLC ?
whats the reason to display the password(not in encrypted form) in the script in load runner but not in QTP?
What are differences in testing a client server and a web application?
Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?
What is build interval period?
Hi friends, currently i am working with banking domain project in the part of testing..what kind of questions will be ask at interviews.. can anybody listout the project oriented questions which are asked in interviews...
online demo for bug tracker tool(let me know the website)
How to write test case for view the table(i.e it is already stored in database and see the content in the table)
What is the negative testing and example