Which is a form of Functional testing
1)B V A 2)Usability testing 3)Performance testing 4)
Security testing.Its urgent
Answers were Sorted based on User's Feedback
Answer / deepika mashetty
BVA - Boundry Value Analysis is a Form of Functional Testing
| Is This Answer Correct ? | 29 Yes | 9 No |
Answer / sj1234
Functional software testing verifies that the application
supplies what the users need. It emulates user actions to
ensure that execution paths operate correctly and the
appropriate responses are returned for the given requests.
Bondary Value Analysis can be defined as " Upper and Lower
Limitation of Variable Data For Particular Transaction"
Usability Testing
| Is This Answer Correct ? | 20 Yes | 8 No |
Answer / ramesh mekkara
AS per FOUNDATIONS OF SOFTWARE TESTING book by Dorothy Graham,
Function (or functionality) testing can, based upon ISO 9126, be done focusing on suitability, interoperability, security, accuracy and compliance. Security testing, for example, investigates the functions (e.g. a firewall) relating to detection of threats, such as viruses, from malicious outsiders.
Security Testing,Compliance Testing, Inter-operability Testing etc are various sub-parts of Functional Testing.
Kindly let me know if I am wrong. Thansk for keeping this discussion.
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / ganesha
Hi friends,i am still in confusion as we know BVA is one of
the test case design technique how could it form a
functional testing ?Could u plz clear it in detail
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / anto
Hi All,
BVA is just a test design method, which is not functional testing type.
From the "ISTQB syllabus" -
"A type of functional testing, security testing which investigates the functions (eg. firewall) related to detection of threads, such as viruses from malicious outsiders"
Hence, I would go with Security testing!
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / deepika mashetty
Hi Ganesha.,
You might be knowing that Input Domain Coverage is one type
of the Functionality Testing right!!
While Input Domain Coverage itself Test Engineers will
define a special structure to define the Size/Range and Type
of the Objects.
1) Boundry Value Analysis (BVA) 2) Equivalence Class
Partitioning (ECP)
The Question asked is in the given Options which is the part
of Functional Testing. Thus the correct Option is Boundry
Value Analysis.
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / arjuman
1.BVA: boundary value analysis
its used when the input is range of values between a to b then design the test cases for a,a+1,a-1, b,b+1,b-1.
3.Performance testing: testing the stability and response time of an application by applying load.
stability is ability of application to withstand for designed no. of users.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ganesha
Thank u So much for clearing and explaining friends
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / ch.s.m.prasad
B.V.A is stands for Boundary value Analysis
Functional testing: meet customer requirements in terms of
functionality
performance testing: testing team validates the "Speed of
processing" of our app. build
Security testing: testing team validates the "privacy of
the user"
| Is This Answer Correct ? | 3 Yes | 5 No |
What is latent bug? the people who is know about this plz kindly give the ans.
what is performance testing?
write test case for login window
If any feature is removed from the application then also tester have to do Regression testing?
What is an Use Case ? How can we write the Use Case and how can we write the Test Cases for that? What role plays the Requirements in the Use cases ?
Plese tell me What is V model how do u prepair documnet using V model ?
Define Stress, Load, Volume Testing?
Can any one explain the all types of testing in detail with aim of the testing,purpose,Person Doing,entry criteria,exit criteria,Documents required.....its very helpful for me..if possible send it to my mail id varalaruu@gmail.com
what are functional and non functional requirement of SRS document..
what is the architecture of your current project?
Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?
which of the following is NOT a characteristic of User Acceptance Testing?? A.Use of automated test execution tools B.Testing performed by user C.testing against acceptance test criteria D.integration of system with user documentation.