What is the difference between Testing Methodology and
Testing Technics?
Answer Posted / i_luv_bugs
Testing Methodologies: Software Methodologies are not
restricted to testing, basically they are defined at project
level. The defined methodology for any software project
would be applicable to complete software development life cycle.
Some of the Methodologies I am aware of are:
1. Rapid Application Development aka RAD
2. Spiral model aka prototyping
3. V-model
4. Waterfall model
5. Agile Methodology - one of the most popular methodology
now a days in various organizations.
Testing Techniques: Testing techniques are the approaches
used for writing test cases / test plans and execute them.
The following testing techniques are widely user for
preparing test cases and doing adhoc testing:
1. Equivalence partitioning
2. Boundary Value Analysis
3. Cause-Effect Graphing
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What is the Jar file?
how to test the case with 5 combination and inputs
hi friends, i have completed course and project on insurance domain in mindq testing institution...can any working employee please tell me ,which notes( testing subject notes,project notes)i have to prefer first.i was studied both notes and getting confussion.one of my friend got job throughly only project notes and said that project notes is enough to get job.in which way ,i have to prepare interview( which important topics first ), if you are follow any strategy to interview purpose,pls send me important topics list.
What is the big deal about ‘requirements’?
What is test closure?
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?
Hi Friends, I've to submit a presentation in my office about "Different bug tracking tools" ? Where can i find (or any site) the templates for the bug tracking tools.
what is the test plan of facebook?
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
how is market for testing in banglore,chennai,pune,delhi?
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?
Should testing be done only after the build and execution phases are complete?
What is security Hole ? Is this possible Some one can acess any of restricted page (like admin side)? How you test this previllaze?