| | Book ShopNew | Testing Tools | Testing Books | Testing Directory | Testing JobsNew | Testing CertificationsNew | |
testingsense.com
A forum to discuss Software Testing
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Software Testing Jobs
Only Software Testing Jobs
And Nothing Else
what are the various types of white box testing

 
Post new topic   Reply to topic    testingsense.com Forum Index -> White Box/Developer testing
View previous topic :: View next topic  
Author Message
vigmanis
Site Admin


Joined: 01 Jan 1970
Posts: 65

PostPosted: Sun Nov 26, 2006 3:41 pm    Post subject: what are the various types of white box testing Reply with quote

Types of testing under White/Glass Box Testing Strategy:

Unit Testing:
The developer carries out unit testing in order to check if the particular module or unit of code is working fine. The Unit Testing comes at the very basic level as it is carried out as and when the unit of the code is developed or a particular functionality is built.

Static and dynamic Analysis:
Static analysis involves going through the code in order to find out any possible defect in the code. Dynamic analysis involves executing the code and analyzing the output.

Statement Coverage:
In this type of testing the code is executed in such a manner that every statement of the application is executed at least once. It helps in assuring that all the statements execute without any side effect.

Branch Coverage:
No software application can be written in a continuous mode of coding, at some point we need to branch out the code in order to perform a particular functionality. Branch coverage testing helps in validating of all the branches in the code and making sure that no branching leads to abnormal behavior of the application.

Security Testing:
Security Testing is carried out in order to find out how well the system can protect itself from unauthorized access, hacking cracking, any code damage etc. which deals with the code of application. This type of testing needs sophisticated testing techniques.

Mutation Testing:
A kind of testing in which, the application is tested for the code that was modified after fixing a particular bug/defect. It also helps in finding out which code and which strategy of coding can help in developing the functionality effectively.
Back to top
View user's profile Send private message Send e-mail
puretesting



Joined: 21 Feb 2008
Posts: 1

PostPosted: Thu Feb 21, 2008 9:47 am    Post subject: some more information Reply with quote

Structural Testing or White-box testing services covers the following:
Unit and Integration Testing (open ource/commercial tools)
Automation of unit tests and daily-build testing
API testing
Development of frameworks for Unit/Integration/API testing"

www.puretesting.com
Back to top
View user's profile Send private message
gatzephyr



Joined: 17 Dec 2007
Posts: 16
Location: EmeryVille , CA

PostPosted: Sat Jun 07, 2008 8:33 am    Post subject: Reply with quote

In my opinion Unit and Integration Testing are the types available under White/Glass Box Testing Strategy
_________________
QA Methodologies
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    testingsense.com Forum Index -> White Box/Developer testing All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
| | Book ShopNew | Testing Tools | Testing Books | Testing Directory | Testing JobsNew | Testing CertificationsNew | |