What is the Difference between Testing Types and Testing
Techniques
Answers were Sorted based on User's Feedback
Answer / kalpana
As per my knowledge there are two types of testing:
1>Functional testing 2> Non functional testing
Testing Techniques means the method that we use to test the
functionality of the application
For functional testing generally we use following testing
techniques:
1>Black Box Testing
2>White Box Testing
Black Box Testing is the testing in which tester does not
know about the internal working of the application, he/she
only knows the legal input and expected output. Tester does
not know that how the expected output produced be the
system for given input.So the blak box testing is also
known as Specification based testing or behavioral testing.
Under Black Box Testing there are following strategies to
write the test cases:
a>Equivalence Partioning
b>Boundary Value Analysis
c>Cause Effect Graphing
White Box Testing:White Box Testing is the testing in which
tester knows about the internal working of the application
and tests how the expected output produced by giving the
legal input. In White box testing tester verifies the
structure of the application and flow of the path in
application.So white testing is also known as structural
testing or open box testing.
Under White Box Testing there following strategies used to
write the test cases:
a>Statement coverage
b>Decision coverage
c>Condition coverage
d>Decision-condition coverage
e>Multiple condition coverage
f>Basis Path Testing
g>Loop testing
h>Data flow testing
| Is This Answer Correct ? | 34 Yes | 1 No |
Answer / paska mary
There are two types of texting
1.Functional Testing
2.Non Functional Testing
Method of testing can be
1. Black box testing
2. white box testing
Level of testing can be
1. Unit testing
2.Integration testing
3.System testing
4.Unser acceptance testing
The testing Techniques can be
1.Boundary value analysis
2.Equlant Partitioning
3.Error guesing and etc...
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / nilanjan saha
As per ISTQB Testing Type includes the folloeing-
Functional Testing.
Non-Functional Testing.
Testing Related to Changes
i) ReTesting and ii) Regression Testing
Maintenance testing.
But Testing Techniques consists the way on the basis testing
is get done.
i)Black-Box technique, it consists..
Boundary value analysis
Equivalent Partitioning
State Transitions
Decision Tables
Use case diagrams
ii) White Box techniques consists of
Branch,statement,code ,path,decision,Multiple
condition,LCSAJ means all the coverage stuffs.
iii) Experience based techniques consists
Exploratory testing
Error guessing.
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
Do you write test plan and test case?
how do you write the test cases?
my namjad . firefox doesn't open yahoo page but other page open so what is reason I'm again install but is not working
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
While writting Test Cases test testers have to write what test inputs/data he/she is going to use
how will we know test cases are written by us are correct
pls i want test cases for oss? whts the process of oss testing
How to write simple test cases?
Hi, I am doing project related to Online order Booking. In this project different products will be there. The user can order the product to different location by giving different shipping Addresses. By selection of Address shipping price will be calculate. My Question: Now the shipping related part they are integrating with UPS(www.ups.com) Depending on the From Zip code, To Zip cobe and Quantity weight the shipping price will be calculated. I want test scenarios to test the shipping part. I think ASAP u will help me. My mail id srinivasukona@gmail.com
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
Do we have to write the seperate test cases for System testing and UAT testing? And also what are the roles and reponsibilities of a tester/how to interact when End users are performing the UAT Testing.
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation