What is mean by Funtional and Non-Funtional Testing?
Answers were Sorted based on User's Feedback
Answer / nuve1284
functional testing is done to make sure that the all the
requirements defined in a functinal spec doc are
implemented properly or not. in simple its nothing but
testing teh functionality of teh application/product
non functional testing is to test the performance of teh
application
for more info visit
www.swaretesting.blogspot.com
www.qtestpro.blogspot.com
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / jyoti
Functionality Testing
It is the checking of exact functionality of the application
as per user requirements
Non-Functionality Testing
It involves below factor testing
1)Security testing
2)Performance testing
3)Installation testing
4)Compatibility testing
5)Configuration testing
6)Regression testing
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / mrunal
functional testing is related to the functionality of application as per client requirements whereas non-functional includes GUI, performance & security testing of application
| Is This Answer Correct ? | 1 Yes | 0 No |
when doing regression testing, how can we know that other screen or module are affected?
difference b/w sanity testing and somke testing ?
In an organisation practically how we can implement the Compatability testing(web based applications and windows based applications)
How can u justify u r written all the test cases are meeting the client Requirements?if is there any missing functionality how can u know?
What is latent bug? the people who is know about this plz kindly give the ans.
How do you select test cases for Regression Testing(The point is when there is change code how do you come know which part of code or modules it will affect).
15 Answers CTS, HCL,
types of reviews
Describe to me the Software Development Life Cycle as you would define it.
How Far the ISTQB exam will help for our career.
what types of testing you performed in transfer funds module....
Written Paper at Net Solutions: 1) Difference between Smoke Testing and Sanity Testing. 2) Bug life cycle. 3) Write the steps followed in STLC in your company. 4) Define: 1) BVA (Boundary Value Analysis) 2) ECP (Equivalence Class Partitioning) 5) Write test cases for a login screen with following fields/buttons: Username: Password: Login (Button) Cancel (Button)
!what are the entry criteria for antomation testing ?