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
What is a failure?
write testcases for open dialogbox
how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc
What is data matrix? What is the use of it?
What r the sequences that leads to automation?
What are testing techniques? What is difference between general and specific?
Explain the strategy for testing a Java application?
What are the different available models of sdlc?
uses of checklist
How do you scope, organize, and execute a test project?
what is Test management fundamental?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
In usability testing we check spelling, content, look and feel, color combination, link or menu navigation? please let me know more about usability testing.
Explain about PET Model?
in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application