What is the Difference between Testing Types and Testing
Techniques

Answer Posted / yashwant singh

Testing Types: Unit Testing,Regression testing,Integration
testing,System testing, Production testing (Beta testing).

Testing techniques : its an approach to test like
white box Techniques
Equivalence Partitioning.
Boundary Value Analysis.
Cause-Effect Graphing.
Error-Guessing.
BLACK BOX TECHNIQUES
Statement coverage
Decision coverage
Condition coverage
Decision-condition coverage
Multiple condition coverage
Basis Path Testing
Loop testing
Data flow testing

Is This Answer Correct ?    13 Yes 30 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the state testing?

722


You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

904


What is business validation test case?

691


Can some body help to write possible test cases for a credit card at POS (point of sale)

2335


Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week

1900






Explain the gray box testing?

732


How to write the test cases for STP

5105


i am preparing for interviews in real time job what test cases we have to prepare please explain with example?

1899


Do you write test plan and test case?

1909


Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.

1726


Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS

1874


What is quick test professional and what test environment it supports?

702


How to write test cases or test scripts for UAT testing which is done manually

4945


Test a file replication service that copies files from one net location to another

2055


Which of the following defines the expected results of a test? Test case specification or test design specification.

1012