Making a Script

B

blonskey

Hello I need a small help i want to know how can i build a script that
after programing I can run it on my program for QA

I am programing with C not c++ bu it supsoe to be the same

P.S.
I am using Microsoft Visual c++ 6.0
10x in advance
 
V

Victor Bazarov

Hello I need a small help i want to know how can i build a script that
after programing I can run it on my program for QA

Does your program support scripting? If it does, you're the only one here
that knows how to use it. If it does not, no script you can write can help
you. Talk you your QA and work with them.
I am programing with C not c++ bu it supsoe to be the same

Is there a reason why you're seeking help here and not comp.lang.c, then?
P.S.
I am using Microsoft Visual c++ 6.0

My condolences.

V
 
P

Phlip

blonskey said:
Hello I need a small help i want to know how can i build a script that
after programing I can run it on my program for QA

You might be asking how to automate a test for your code.

The best way is to write test cases in C++, using a free rig like CppUnit or
UnitTest++:

http://unittest-cpp.sourceforge.net/

The worst way is using some kind of tool that promises to retrofit tests to
your code. Such tools generally promise to run your program and then
automate driving that program, like a user. Such tests run too far from the
tested code.

From here, ask on . They cover both ways.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top