Answer Posted / sk
Functional vs non-functional testing
Functional testing refers to tests that verify a specific action or function of the code. These are usually found in the code requirements documentation, although some development methodologies work from use cases or user stories. Functional tests tend to answer the question of "can the user do this" or "does this particular feature work".
Non-functional testing refers to aspects of the software that may not be related to a specific function or user action, such as scalability or security. Non-functional testing tends to answer such questions as "how many people can log in at once"
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
I have an UI issue "please fill out this field" pop up in firefox browser keeps scrolling with the page is it valid???
what are the 3 test tool categories and describe what each can do.
What do you understand by usability testing?
What is security Hole ? Is this possible Some one can acess any of restricted page (like admin side)? How you test this previllaze?
Hi, This is vkram.I had completed my B.E in May 2005 & currently i am undergoing Testing Course. I want to join as a Fresher in any MNC. What should I tell why u r coming to testing field & what u did this 2 years?
Tell me agile process in your company
what is mean by Performance Related Testing in data base?
What is the Difference between Network testing and Web Testing?
What is an end-to-end testing?
Write the 10 high test cases for making video call/face time
What are the differences between stlc and sdlc?
I am having 2 years of experience in Manual Testing, 2marrow I have an interview with a Company. Which type of questions they will ask me?How should I prepare for interview?Please guide me so that I will clear the interview.
Hi Friends, Can anubody give me brief overview of Automation tools.. (basics of tools-summary)of following tools? 1.Qualty Center 2.Load Runner 3.Win Runner 4.Q.T.P mail me on ...rachna.huda@gmail.com
please send me database stored procedure checklist.
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain