what is the difference between testing methodology and
testing techniques?
Answer Posted / bharath
Hi All,
I have been going in circles with the same issue for over 2
years now. The more I try to sort it, the more confusing it
gets. I am surprised at the fact that in-spite of so many
advancements in testing, it is tough to find a clear
separation.
However I think the problem here is that the question is
incomplete. It should be, "What is difference between
testing methods, testing types, testing levels,Testing
approach and testing techniques?"
Answer:
* Testing methodology :Verification and Validation. (Some
one please add more methods to this)
* Testing approach: TopDown, BottomUp and RiskBased testing
* Testing types : static and dynamic, which can be
classified into structural(white box), functional(black box)
testing and Grey Box Testing
* Testing Technique :
- White box testing Techniques:
1) loop coverage
2)statement coverage
3) condition coverage
4) decision coverage
- Black box testing Techniques :
1) Equilance partioning
2)boundary value analysis
3) error guessing
* Testing Levels :
1 Unit Testing
2 Integration Testing
3 System Testing
4 System Integration Testing
5 Regression Testing
6 Acceptance testing
7 Alpha testing
8 Beta testing
Please let me know if this is correct/incorrect.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what r the 5 major defects that u found in ur shopping related project?
What is Cyclometric testing?
tell me 5 new requirements in ur project? plz urgent
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
What is severity and priority of bug? Give some example.
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
What is date driven testing?
What are the different ways to check a date field in a website?
Can you explain requirement traceability and its importance?
What is mean by multi-threading testing?
Hi....Friends....If anybody having Sample CSTP question papers, pls send it to the following Id... Thanks n advance... theramkumar@gmail.com
need testing projects where can i find them
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
can you show me the test cases on registration form
What is application programming interface (api)?