bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Query about my project.


From: Mukesh Kumar ( COM )
Subject: Query about my project.
Date: Tue, 5 Jun 2001 17:33:24 +0530

Hello sir,
I am a student of  GNDU , Amritsar. I have just downloaded your utility
binutils.
>From the Readme file i have got your address.
Hoping to get your expert guidence for my project, i have used your mail
address.
I have to make a small utility for automatic generation of  the testcases
for simple if statements. 

e.g  if we have an if statement like the following:----

if ( ( (a>=9)&&(b<10) ) || (c!=5))
        A       B        C
possible test cases are :-
        A       B        C      Net Status of Test Condition.
        T       T       F               T
        T       F       F               F
        F       T       F               F
        T       F       T               T
I am not able to develope an algorithm for this type of test conditions.
Such conditions can be more complex also. e.g anding and oring of  10
conditions.
So please help me in giving a generalised solution to this problem.
 
So kindly give me some clues about its solution.

Waiting for your reply,
(Mukesh Kumar )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]