All Questions
2 questions
6
votes
2
answers
789
views
Writing functional tests for a legacy project
I am trying to add a couple of tests to a legacy C project. The project basically consists of a command line tool that prints something to stdout every time an event happens. Now, since writing unit ...
1
vote
2
answers
10k
views
How can I do test automation using a python script to test a c program?
I was wondering if I can use a Python script to test a C program automatically.
Suppose I have a very simple C program which reads data (numbers as test cases) from the console, calculates them, then ...