Print Page | Close Window

TestPlan & whitebox testing

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Unit Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Unit Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=856
Printed Date: 23Jun2024 at 1:52am


Topic: TestPlan & whitebox testing
Posted By: Urmila
Subject: TestPlan & whitebox testing
Date Posted: 24Apr2007 at 3:32am
Hi,
I am new to Testing.I have a question like how to write a test plan? And what are the steps involved in writing a test plan?

There is one more question..
How is a white box testing performed?what are the different stages in that?

I will be very much thankful if anyone can give me a brief description about the above two.



Replies:
Posted By: Abhijit
Date Posted: 24Apr2007 at 4:21am
White Box Testing has no stages.But there are different whitebox Testing Techniques like:
1.Statement Testing
ex:All Statements executed atleast once
2.Loop Testing
ex:Types of loop testing available like
Simple sequential loops,Nested loops,Unstructured loops etc
3.Condition Testing like Simple Condition,
Compound Condition,Boolean Condition etc
4.Path Testing like Dependent Paths,Independent Paths etc
To write a Test Plan you should know what it really means
Test Plan is the detailed description of all intended test activities.
To know about it in detail you should have a thorough understanding of a lot of things.



Print Page | Close Window