what is the diff b/n testing methodologies and testing
techniques?

Answers were Sorted based on User's Feedback



what is the diff b/n testing methodologies and testing techniques? ..

Answer / murali

testing methodologies:
black box testing
white box testing
grey box texting

testing technigues:
equivalence partittioning
boundary value analysis
error guessing

Is This Answer Correct ?    12 Yes 7 No

what is the diff b/n testing methodologies and testing techniques? ..

Answer / gopi pamula

Testing Techniques:

1. White Box Testing.
2. Black Box Testing.
3. Gray Box Testing.

Testing Methodologies:

1. Water Fall Methodologies
2. Spiral Methodologies.
3. Agile Methodologies.
4. V-Methodologies.

Is This Answer Correct ?    3 Yes 0 No

what is the diff b/n testing methodologies and testing techniques? ..

Answer / krishna.ch

Testing Methodology
* Static Testing : In static testing we are not excution
the code
Ex : Walk Through, Inspection, Reviews

* Dynamic Testing : In dynamic testing we are excution the
code
Ex : Black Box & White Box Testing

Testing Technoques
* Black Box Testing
* White Box Testing

Is This Answer Correct ?    2 Yes 1 No

what is the diff b/n testing methodologies and testing techniques? ..

Answer / kishore

one more testing technique... its up coming... and
successfully impleementing in many project... including TCS..
i.e
Agile testing.. fir information google it.. you will
get many resources..

Is This Answer Correct ?    3 Yes 7 No

what is the diff b/n testing methodologies and testing techniques? ..

Answer / shyam.sunder.nair

testing methodologies:
BB testing
WB testing
GB testing
Error Seeding
Pareto Graphs (Nodal Analysis)
Metrics

testing techniques:
equivalence class partitioning
boundary value analysis
visible state transitions
Error Guessing
Race Conditions
Automation

Is This Answer Correct ?    1 Yes 5 No

what is the diff b/n testing methodologies and testing techniques? ..

Answer / kanishk

Testing Techniques are :

1.Static Testing
2.White box testing
3.Black box testing
4.Experience Based Testing

Testing Methodologies are :

1.WaterFall Model
2.Prototyping Model
3.Spiral Based Model
4.Agile Model
5.Extreme Programming
6.Test Driven Development

Is This Answer Correct ?    1 Yes 5 No

what is the diff b/n testing methodologies and testing techniques? ..

Answer / raju

testing techniques are

1. static tests
2.whitebox testing
3. black box testing
4.grey box testing.


testing methodologies

waterfall model
spiral model
fish model
rapid application model

etc

Is This Answer Correct ?    5 Yes 17 No

Post New Answer

More Manual Testing Interview Questions

Do the test cases differ for Functional,Integration,System and User Acceptance Testing???

2 Answers   iFlex,


What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?

2 Answers   MTN,


My application is Central Management System(CMS) & Point of Sale(POS). CMS - main server is installed on one PC & POS - Client is installed on another PC. We can manage number of POS from CMS server. CMS is divided into CMS-Master & CMS Client. System flow is like - Manage data Menu has 22 submenus ex: Users, Customers, Printers etc....................... Manage all 22 submenus in CMS-Master Import all 22 submenus in CMS-Client one by one. My Question ---> Import CMS-Master to CMS-Client is the test case, So Should I consider it as a single test case or I have to write separte test cases for Importing All 22 submenus?

0 Answers  


what are the release notes and what release note contains, when these prepared.

3 Answers   HCL,


What is the difference between unit testing and smoke testing

1 Answers  






which testing method is used to check the software in abnormal condition? option 1 Stress testing Option 2 Security testing Option 3 Recovery testing Option 4 Beta testing

3 Answers  


An employee table, with the columns id, name, sal and dob.Query to select emp names of all highest salaries(there are 4-5 people having the same salary which happens to be the highest).

5 Answers   ADP,


How will you review the test case and how many types are there ?

1 Answers   Crea,


Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?

2 Answers   Satyam,


we are writing bug report in excel-sheet how you are sending the report to your concern person. (give me the detail work from bug found, where you are storing and how you are sending related to your company)

2 Answers  


which fields comes under SRS?

2 Answers   Wipro,


I want to know the real time cycle i.e SDLC.(First of all Buisness logic is prepared,but doesn't know by whom and with the help of whom?)Similarly what are the next steps (the persons involved) and connection in between the steps.

5 Answers   Quexst,


Categories