What r the types of test methodologies?

Answers were Sorted based on User's Feedback



What r the types of test methodologies?..

Answer / r. prathap kumar

Two types of methodologies are Black box and white box testing.
In black box testing there are 4 techniques they are:
1. Equivalent Value Patitioning
2. Boundary value analysis
3. Cause effect graphying
4. Error guesing
In white box testing there are 5 techniques they are:
1. Statement coverage
2. Branch coverage
3. Condition coverage
4. Function coverage
5. Path coverage

Is This Answer Correct ?    14 Yes 3 No

What r the types of test methodologies?..

Answer / jmhk

1.Black box testing and
2.white box testing are the methodologies

Is This Answer Correct ?    16 Yes 6 No

What r the types of test methodologies?..

Answer / guest

1) black box
equivalence partioning
boundary value analysis
error guessing

2)white box testing
code coverage
line coverage

Is This Answer Correct ?    10 Yes 6 No

What r the types of test methodologies?..

Answer / varsha b

Test methodology means procedure used to derive or select
test cases.

followig are common test methodologies.

Static

1>informal review 1>control flow
2>walkthrough 2>Data flow
3>technical review 3>Static analysis
4>Inspection


Dynalic

1>Equivalence partioning 1>Statement testing
2>Boundry value analysis 2>Decision testing
3>Decision tables 3>Condition testing
4>State transition 4>Multicondition testing
5>Use case testing

Is This Answer Correct ?    8 Yes 4 No

What r the types of test methodologies?..

Answer / tester

Black box testing and white box testing are Testing
Techniques not methodologies.

We can define one methodology as follows

1. Create Testplan/Strategy
2.Design Testcases
3. Execution of Testcses
4. Reporting

Is This Answer Correct ?    6 Yes 5 No

What r the types of test methodologies?..

Answer / smarty

Software Testing Methodologies
• Waterfall model
• V model
• Spiral model
• RUP
• Agile model
• RAD

Is This Answer Correct ?    4 Yes 3 No

What r the types of test methodologies?..

Answer / isaac emore

V model
Waterfall model
Spiral Model
Agile model
RAD
RUP

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

what are functional and non functional requirement of SRS document..

6 Answers   Logica CMG, Sharp,


can anybody tell what is the extention for java and dotnet application(means exe file extention).its urgent

2 Answers  


what is equivalence class partition?

8 Answers   Steria,


If PRS is given to you on say XYZ functionality then which different types of testing you will perform . Please arrange these types in sequential manner in which you will perform?

1 Answers   TCS,


can anyone send me the test cases apart from an bank application form?

1 Answers  






What is Cycle Testing? Not Testing Life Cycle?

2 Answers  


1.what is sanity and smoke testing and which one performed first?

10 Answers  


what is means by feature to be tested in test plan

3 Answers  


what is test case review?

3 Answers   Zenith,


In my application, date box is present on every screen. As a tester I have to test it on every screen. So need to write test case for it. If I write a test case for Date box only once & I refer that test case for next screen date box testing. Is it Ok?? E.g. Test case name - Date Box test Test Case Id - 01 If I want to write test case for Date box on New screen/module. Then is it OK?? Test Case Name - Date Box test Test Case Id - 20 Test Steps - Refer steps of test case id-01

3 Answers  


what is the diff b/n test plan and test strategy

3 Answers   CTS,


Is system testing part of Functional testing or functional testing part of system testing?

4 Answers   Oracle,


Categories