Can any one explain me what is difference between Test
Methodology and Testing Techniques?
Answer Posted / girika
I think Test methodology and test techniques are the same.
There are 2 types of methodologies or techniques used in
software testing.
1.Static Techniques: this technique involves in the manual
examination of code or the project.
eg:reviews,walk through inspection etc
Reviews is done entirley as an manual activity such as
review of requirements,test spefication,test plan.test
scripts etc.
There is an early detetction of defects prior to execution.
2.Dynamic tecniques:These techniques require in the
execution of software.
The techniques used are 1.Black box testing:testing the
functionality of a system or a component without the
knowledge of internal code of the application.
common Techniques used for black box testing are:
1.Boundary values analysis
2.equivalence class partiotioning
3.Error guessing
2.White box testing:testing the application with the know
ledge of internal code of the system or Appliaction.Its a
structured based testing
1.Component level testing:testing the structure of the code
ie statments,braches and decisions
2.Integration level:testing how individual modules call
each other when they are combined or intergrated.
Typically done by the developers
3.Grey box testing:Combination of both Black Box testing
and white box testing
Hope this helps....please let me know if am wrong...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
aplitue questions will be based on wich type ?
Write 2 scenarios for System testing?
which domain is of high demand for software testing, Right now i am working in Education domain .How about demand for Education domain and which companies are recruiting in education domain
What is verification in software testing?
How will you do beta testing?
What is positive and negative testing?
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
what is a horizontal and vertical matrix explain with examples
What type of testing you perform in organization while you do system testing, give clearly?
How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing pls give examples give example i can't understand so pl
Risk Analysis a) 2 step, b)3 step, c) 4 step, d) 6 step
how to connect oracle with test director? in testdirector we will be getting only reports? pls answer Thanks in Advance
Explain unit testing, integration tests, system testing and acceptance testing?
What is a critical bug?
what is the cheklist to check SRS document (after releasing) as a test ingineer and how can we check