What types of testing will come under functionality testing
and non functionality testing?Security testing is consider
as functionality testing or non functionality?why its so?
Answer Posted / siri
functionality testing is the process of testing the
application to verify and validate the specific
functionality of the software product is working as per the
requirement.
example of functional requirement:
user login page or
clicking on next button(should take to the other page)
non-functionality testing is testing the application for
non-specific functionality. it is not related to a specific
function or action, but it is related on the whole like the
performance of the application.
example of non-functionality:
usability, scalability, performance, security, etc.,
therefore security of the application is considered as
non-functionality.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Could anyone share FAQs for Test Manager position...
how can we give (ASSIGN) bug privitorirs and seviroty to the bug explain with exanple
What are all the netwoking tools, hardware tools and software tools required for testing a web-based n client server applicatopn?
What is bug release?
wht is Manual Testing Frame work
I have interview on Guide wire testing. If you please share me.
what is metrics in software testing? give me a brief detail about it?
How will you prepare traceability matrix if there is no Business Doc and Functional Doc?
Need to know about Quality Center in brief
What are testing techniques? What is difference between general and specific?
what is the critical defect in telecom domain?help me out from this prob its very urgent
wat is meant by frontend and backend testing
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
I have an UI issue "please fill out this field" pop up in firefox browser keeps scrolling with the page is it valid???
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.