What is functional Testing ?
Answers were Sorted based on User's Feedback
Answer / nehit
Testing the functionality of a component or system based on
the specification is known as functional testing.
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / rohituppal
Functional testing means testing the functionality of the system/software so as to see whether there is any deviation or any mismatch between the actual and expected output as per the requirements received from client.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / anithanayak11@gmail.com
Testing each and every components against requirement specification is called functional testing
| Is This Answer Correct ? | 3 Yes | 4 No |
what is stub?Explain in testing point of view?
what types of testing do testers perform?
What report u generate after completing testing?
what is verification and Validation?
what is meant by port testing?
write test cases on wall
Tell me a critical defect in which your Client,PM,PL appreciate on you
If I have prepared the test case document for version 2.0 and I got the new build say 2.1 then I have to add the test cases for version 2.1.My question is that How should I do that? because each test case has a unique id .
Is there any testing named as Comprehensive testing
How do you go about testing a project?
I am working on dotnet technology. Recently i came to testing. I want to write general test cases for any interface either windows application or web applications. Please cover all these issues: 1) Database issues 2) Integrated Related Issues 3) Business logic issues 4) User Interface issues 5) Network related issues
Imagine you are in an empty room with a fan, a bulb and an air conditioning system. There is a switch board on the wall with 32 switches and 2 plug points. You are tasked with testing this setup. Assume you are not given any requirements whatsoever. How would you approach it? What would be your priorities? If you make any assumptions, do state them.