what is the differance between functionality and functional
testing?
Answers were Sorted based on User's Feedback
Answer / venkat
'functionality' --> It is the requirement given my client explaining that a system should work like this .
'functional testing'---> Testing the functional behavior of the system is know as functional testing
Correct me if i am wrong.
Venkat
| Is This Answer Correct ? | 39 Yes | 4 No |
Answer / aparna reddy
Functionality....>The ability to perform a task or function
is represents the functionality
functional testing...>test the each and every component of
a s/w is functionally stable or not(nothing but it
satisfing the given REQUIREMENTS or not)
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / rags y
Functionality: The client will give the functionality of the
tool.it is nothing but the Behavior of the tool.
Functional Testing: To check As per functionality it is
working or not by doing some testing is called Functional
Testing.
I hope it is Helpful.
Thanks&Regards,
Rags
| Is This Answer Correct ? | 3 Yes | 1 No |
What is JAVA Testing, what we do in That ?
what is localization testing?is it a black box testing or white box testing?describe briefly?
What techinques do you follow during testing?
Who assign Bug Id & Bug Version Id?
what is hotfix?
what is the difference b/n DPD(Defect profile document) and TRD(Test Report document).
Hi, I am planing to give ISTQB - Foundation level exam. Can anyone forward the ISTQB materials at laxmi_002@rediffmail.com mail ID.
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
Suppose when you click on message icon in your mobile phone , if it is giving a message "Error,Message cannot be opened", Wha will u do? how do you rise a defect? /
how you will write test case for integration testing give me example
We can check many things in one test case, then Is it necessary to write separate test case for checking each functionality? Example : For Login Window --> Test Case is---> 1) Enter valid user id & password --> For this expected result --> 1) User should login. My question --> while executing above valid test case, we can expect more than one result such as "Visibility of password should be as ****" So Should I have to write separate test case for "Visibility of Password" OR Not? Please guide me properly.
If I have written the test cases for Login window . If one new field is added to login window then steps of test case changed in the next build. my question is that should I make change in the steps of previous test case or write another test case with new steps?