So, I have created a website application using Visual Studio 2010, C#.

I have to create a test plan document.
I am not understanding the unit testing. I understand i have to perform a white box testing.

White box testing will test the flow of input and output of the system, it will test the security coding.
But i dont understand how to do it.
I have many aspx pages for my website.
Do i create a whitebox test for each page?

Also, would i draw diagrams for it. for example showing this input, and if its correct
then show a true box the shows expected output, and then show another option that would be false.

If someone can share some light on white box testing for aspx.net that has been created on visual studio.
that would be great

Thanks

Member Avatar for LastMitch

I have to create a test plan document. I am not understanding the unit testing. I understand i have to perform a white box testing.

You can read about it here:

http://msdn.microsoft.com/en-us/library/ff649503.aspx#mtf_ch06_blackboxtesting

and this too:

http://www.codeproject.com/Articles/37111/White-Box-Testing-Technique

White box testing will test the flow of input and output of the system, it will test the security coding.But i dont understand how to do it.I have many aspx pages for my website.Do i create a whitebox test for each page?

Read these articles:

http://research.microsoft.com/en-us/projects/pex/

http://www.dotnetspark.com/Forum/2703-unit-testing-and-whitebox-testing.aspx

Bottom line is ... it's checking code.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.