What is white-box Testing?

Monday, July 19, 2010


White box testing is when the tester has access to the internal data structures and algorithms including the code that
implement these.
The following types of white box testing exist:
a. API testing
b. Code coverage
c. Fault injection methods
d. Mutation testing methods
e. Static testing


www.codecollege.NET

Daily Tips- Tip #52 - How will you ensure that asp.net is not deployed with debug="true" in production environment?

Tuesday, June 15, 2010

you can achieve it by doing the following setting in machince.config,

<configuration>
<system.web>
<deployment retail=”true”/>
<system.web>
<configuration>

What is then expansion of CDN?

Wednesday, June 9, 2010


Content Delivery Network


www.codecollege.NET

Daily Tips- Tip #51 - What is the function which checks whether a string is null or empty?

Tuesday, June 8, 2010


String.IsNullOrEmpty


www.codecollege.NET

What is shorthand definition syntax for Property definition?

Monday, June 7, 2010


public string Color {get;set;}


www.codecollege.NET

What is POX?

Sunday, May 30, 2010


Plain old XML


www.codecollege.NET

What is POJO?


Plain old Java Object


www.codecollege.NET
Blog Widget by LinkWithin