what is function testing?
Answers were Sorted based on User's Feedback
Answer / aditya
actually functional testing is also called as black box testing....
any module is tested functionwise only internal structure of that module is not needed...
test cases are derived frm techniques like...
1 equivalent partioning
2. boundry value analysis
3. graph based method...
Is This Answer Correct ? | 4 Yes | 2 No |
Functionality testing of software is testing conducted on a complete, integrated system to evaluate the system's compliance with its specified requirements.
Functionality testing falls within the scope of black box testing, and as such, should require no knowledge of the inner design of the code or logic.
It's a type of GUI testing where functionality of an application is tested.
IN SIMPLE TERM:
Testing of all features and functions of a system [software, hardware, etc.] to ensure requirements and specifications are met.
There are many types of Functional testing.
they are following below,
1.functionality testing
2.Input domian testing.
3.Error Handling.
4.Database testing.
5.Object Property checking
6.Compatability testing
7.configuration testing
8.sanitation testing
9.Installation testing
10.Inter system testing.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sreeja
Non Functional testing for the above would be stress
testing etc..
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / 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 |
Answer / saurabh mishra
Sumit,
Kindly explain the non functional testing in the same
regard, can you?
I am seriously looking for non functional testing example
not wild guess, hope you understand.
Is This Answer Correct ? | 0 Yes | 6 No |
1) How to test session ? 2) There is a website in which the user has to register to use its features. Suppose one user has registered in that site by paying some amount only for 1 month. Now i want to test the application that the user should not use the features of the site after 1 month. How to test it? The tester cannot wait for 30 days to test it....bear in mind..Thanks in advance...
What is the difference between white and black box testing?
what are your strengths?(in testing) plzzzzzzzzz answer this question thanku.
What is the responsibility of programmer’s vs QA?
Negative testcases for dropdownlist???
If any bug is found in exploratory testing, then may I consider it as a test case?
How to write test condition for testing a URL??
After insert the record in front-end, how will you check the back end by manually? Please explain?
1. what are the qualities of a tester ?
what is confrigation management, and change managment?
which process u followed in ur company?
Advantages and Dis-advantages of V-model?Is every company is using V-model only? pls send me the answer very quick asap.