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 |
Hello, what will be the example for Regression Testing?? Thanks, Gaurav.
You are the test manager starting on system testing. The development team says that due to a change in the requirements, they will be able to deliver the system for SQA 5 days past the deadline. You cannot change the resources (work hours, days, or test tools). What steps will you take to be able to finish the testing in time?
What is defect cascading in software testing?
iam in a small company where testing is not having any process so somebody tell me answer what is ur company testing process?
How do ensure that we prepared Test cases for all the requiremets.. or how do we ensure that we didn't missed out any requirments...do we prepare any Tracebility matrix.. can anybody answer this question...
who prepares the following documents and when are these prepared?please explain in detail?WHAT ARE These meant for? srs,frs.brs,use case,test plan,project plan
Deep structure testing is not designed to Option 1 examine object behaviors Option 2 exercise communication mechanisms Option 3 exercise object dependencies Option 4 exercise structure observable
What is the big deal about ‘requirements’?
What is the non configurable item in SDLC.
I need information on sales domain?need modules information for online shopping projects for project.
Guys, can any one of u give the realtime example for Beta Testing
Loop Testing Comes Under 1. White box Testing 2. Block Box Testing 3. Green Box Testing 4. Yellow Box Testing