what is definition of functional and security testing
Answers were Sorted based on User's Feedback
Answer / sivakumar kundan
security testing:
The process to determine that an information system (IS)
protects data and maintains functionality as intended.
Functional Testing:
Testing if the required functionality is working as per
the specifications and if the expected result is correct.
| Is This Answer Correct ? | 44 Yes | 8 No |
Answer / srinidhi patil
Functional Testing:It is the exhaustive testing to done the
functional behaviour of the module.
Security Testing:Testing the application, to check how,well
it protects the data from unauthorised person is called as
security testing
| Is This Answer Correct ? | 8 Yes | 5 No |
Security testing:
The security testing is performed to check
whether there is any information leakage in the sense by
encryting the application or using wide range of sofware's
and hardware's and firewall etc.
Functionlity Testing:
To check the application that works as
per the specifition's or not.It also called as blackbox
testing.
Muralidharan
dharanmu@yahoo.com
| Is This Answer Correct ? | 13 Yes | 12 No |
Answer / shivarajeshwari
testing each and every component regherously againest the
requirment is called functional testing
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / samy
In software engineering, a functional requirement defines a function of a software system or its component. A function is described as a set of inputs, the behavior, and outputs (see also software). Functional requirements may be calculations, technical details, data manipulation and processing and other specific functionality that define what a system is supposed to accomplish.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is bug, deffect, issue, error?
What is the relation ship between regression testing and pesticide paradox?
What is the diff between IE and netscape in a web testing on a login page.
How to prepare boundary value test cases for 3 input values eg: to get the triangle type i am giving 3 sides a, b, c values should be 1<=a<=200,1<=b<=200,1<=c<=200....
What is the first query u encounter to test a database..?
My application is Central Management System(CMS) & Point of Sale(POS). CMS - main server is installed on one PC & POS - Client is installed on another PC. We can manage number of POS from CMS server. CMS is divided into CMS-Master & CMS Client. System flow is like - Manage data Menu has 22 submenus ex: Users, Customers, Printers etc....................... Manage all 22 submenus in CMS-Master Import all 22 submenus in CMS-Client one by one. My Question ---> Import CMS-Master to CMS-Client is the test case, So Should I consider it as a single test case or I have to write separte test cases for Importing All 22 submenus?
What is the main difference between Smoke and sanity testing? Can u plz give me some examples? And to answer in interwview?
Hi Frds., i am Nithi here.here in my company i am working in manual testing ie. application testing only front end not back end like i will enter datas and check whether the record gets updated r not. what kind of testig is this? and some people r working on scripting languages same manual testing what is the difference between these two testing? ans please thanks in advance
1. what is a difference between test plan and test strategy?2.What is the test plan is different from the test strategy? then how?
what is the diff b/n testing methodologies and testing techniques?
On which documnets are used to write System Test Cases? What are the contents in Ststem Test Cases?
There is a window with 6 to 7 fields like First Name, Last Name,Address,Contact Number, ..........etc My Question is ---> What are the -ve test cases for such a fields.There are no validations for any field.