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
what are the test bugs
What are the different strategies for rollout to end users?
Which is the best testing model?
Hi i am looking for Test Engineer Job, i have done the course, but i don't have work experience on it, Is it So important to have real time Exp or knowledge is enough? and please let me know like how i can improve for the interview. You can send me a mail on this id: rashmi_vastred@yahoo.co.in
Easiest way to write test cases? How i can learn writing the test cases?
Is an "A fast database retrieval rate" a testable requirement?
What are the properties of a good requirement?
What makes a good test engineer?
Can some one help me writing a manual test case for email applications like yahoo i need for www.everonn.com
how do u manage scripts in winrunner when you application is changing frequently?
Tell me the advantage and disadvantage of cookies?
what are the functional test cases for enter user name,enter pass word,click on ok(only functional test cases)
Do you think tools are required for managing change. Explain and please list some tools/practices which can help you managing change.
What is security Hole ? Is this possible Some one can acess any of restricted page (like admin side)? How you test this previllaze?
what is the difference between Test-bed and test topology?