wt r the types of testings r belongs to black box testing,
wt r the types of testings r belongs to white box testing
and wt r the types of testing r belongs to both.
Answers were Sorted based on User's Feedback
Answer / chandu
If you want to know more details go through following site
http://www.testinggeek.com/certification.asp
it will help u
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srinivas
The two methods of testing are White Box Testing and Black
Box Testing. If suppose more centage of testing is in Black
Box and less percentage is in White Box it is known as Grey
Box Testing. Like that if more White and less Black is
there it is called as Glass Box Testing. Generally white
Box testing will be done by Programmers itself. Pure
testing will be done in Black Box methodology.
Black box testing is also known as Behavioural testing.
These are the methodologies of testing.
I think types of testing are
Unit Testing,
Integration Testing,
System Testing
User Acceptance Testing.
In System testing only all kind of testings will come
like Adhoc, smoke, mutation etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / chandu
Testing are of 3 types
1. White box
2. Black Box and
3. Gray Box testing
White Box testing: -
This type of testing performed by the developer and
testers who are having the knowledge on structural part.It
is performend in unit testing
Black Box Testing: -
This type of testing performaed by the person who are
not having the knowledge on structial part. It totally
depends upon the functional part
Gray Box Testing: -
This type of testing performed by the person who are
having the knowledge on both functional and structural part
Unit test belogs to white box testing
Black Box tetsing: -
Smoke
Integration testing
Re testing
Regrassion testing
System Testing
User Aceptance testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
Hi
here White box Testing was done by developer's
only,if we want to do "White box" Testing means we should
have "Programing knowledge" this white box testing is
related with "Internal structure" of "Program".
for "White box" testing involved different different types
of testings like
1)Unit Testing
2)Integration Testing.
3)sanity Testing(this is the starting stage testing).
Black box Testing:
For this black box testing no need to have
programming knowledge.
1)Functional Testing
2)System Testing
3)Smoke Testing
4)security....
These all are included in "Black box"Testing.
| Is This Answer Correct ? | 0 Yes | 1 No |
Which is the better way to explain tipical bug life cycle?
How to test when the web application expired time (cookies,sessions testing) in real time
What a team leader will test first when s/he will get new module to test?
Explain the waterfall model in detail?
1.register as candidate 2.go to skill set module 3.select any skill for test eg:"java" 4.save, page will open with start button on below 5.click on start button to start test for java this is a flow so do i need write test cases for this if yes,then how? plz help me guyss
What is Web architecture that are followed while doing online project and tell the samples of architecture?
Explain some techniques for developing software components with respect to testability.
How to validate the Testcases?
What is meant by buddy testing?
In front end if you enter one record it will be inserted in to 20 tables in back end.so How you are going to test in Manually whether data is going properly in to concern data tables or not? Is there any better solution to do that instead of opening the table and checking individually?
What is the difference between baseline and traceability matrix?
can u give me the sample bug report