GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Testing Definitions
Go To First  |  Previous Question  |  Next Question 
 Testing Definitions  |  Question 5 of 283    Print  
What is Basis Path Testing
A white box test case design technique that uses the algorithmic flow of the program to design tests.


  
Total Answers and Comments: 7 Last Update: November 01, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 30, 2005 09:54:29   #1  
Ram        

RE: What is Basis Path Testing
Basis path testing is a hybrid between path testing and branch testing:

Path Testing: Testing designed to execute all or selected paths
through a computer program

Branch Testing: Testing designed to execute each outcome of
each decision point in a computer program

Basis Path Testing: Testing that fulfills the requirements of
branch testing & also tests all of the independent paths that
could be used to construct any arbitrary path through the
computer program

A path through the software is a sequence of instructions or statements that starts at an entry junction or decision and ends at another or possibly the same junction decision or exit. A path may go through several junctions processes or decisions one or more times.

Click Here to Download the Document

 
Is this answer useful? Yes | No
August 01, 2005 19:08:36   #2  
Sam        

RE: What is Basis Path Testing
This method enables the designer to derive a logical complexity measure of a procedural design and use it as a guide for defining a basis set of execution paths. Test cases that exercise the basis set are guaranteed to execute every statement in the program at least once during testing.
 
Is this answer useful? Yes | No
September 28, 2005 02:37:04   #3  
neenuksr Member Since: September 2005   Contribution: 2    

RE: What is Basis Path Testing
White Box testing Basically done by the developers
 
Is this answer useful? Yes | No
March 01, 2006 16:30:59   #4  
mummasani Member Since: March 2006   Contribution: 18    

RE: What is Basis Path Testing

Testing the applicaiton (module) whether all the loops and conditions giving the proper outputs or not and dataflow and control flow are existing correctly or not

This tesing is done by development team


 
Is this answer useful? Yes | No
September 11, 2006 09:39:05   #5  
sudhakar2068 Member Since: July 2006   Contribution: 390    

RE: What is Basis Path Testing

Basis Path Testing: Execution of all possible blocks in a program.To verify

the execution of every statement in that program.

Step for Progam Runing:

prepare program depending on design document.

Draw flow graph for that program.

calculate cyclomatic complexity.(No of Independent paths in that program)

Run program more than one time to cover each Independent

path execution.

sudhakar kolla.

If you have doubts can ask me.

My Email:kollasudhakar2005@yahoo.co.in.

My Number:09819859346.


 
Is this answer useful? Yes | No
March 20, 2007 01:18:28   #6  
Sujatars Member Since: December 2006   Contribution: 217    

RE: What is Basis Path Testing
Path Testing is a whote box testing technique which ensures that each logical path of the program are executed


 
Is this answer useful? Yes | No
November 01, 2007 07:32:01   #7  
Rahul S Kulkarni        

RE: What is Basis Path Testing
Basic path testing is how to reach to the particular destination for testing.
This can also have path from and path to.
Path from is the Path to the screen or to the object for what the testing will be done?

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape