How to use python in TestMaker

K

kelin,zzf818

Hello,

Now I 'm learning python to do testing jobs, and want to use it in
TestMaker.
The problem is: I don't know how to use python in TestMaker.
Just write python program in it or call .py files in it?
I am really new about it and need some help.

Thanks a lot!
 
P

Paddy

kelin said:
Hello,

Now I 'm learning python to do testing jobs, and want to use it in
TestMaker.
The problem is: I don't know how to use python in TestMaker.
Just write python program in it or call .py files in it?
I am really new about it and need some help.

Thanks a lot!
What/where is TestMaker?
 
G

Gabriel Genellina

At said:
Now I 'm learning python to do testing jobs, and want to use it in
TestMaker.
The problem is: I don't know how to use python in TestMaker.
Just write python program in it or call .py files in it?
I am really new about it and need some help.

What do you mean by "use python in TestMaker"?
TestMaker is written in Python, but you dont need to know Python to
use it at all.
Do you want to modify TestMaker itself? Then you should learn the
Python language first.


--
Gabriel Genellina
Softlab SRL





__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya!
http://www.yahoo.com.ar/respuestas
 
K

kelin,zzf818

I don't know that TestMaker is written in Python before. So maybe it's
my mistake. Then have you ever done testing jobs with Python? I know
that many people do testing jobs with it. I just can't find a good tool
to do Unit Test with Python. Could you please tell me any?

Thanks a lot!
 
B

Ben Finney

kelin said:
I just can't find a good tool to do Unit Test with Python. Could you
please tell me any?

Python comes with batteries included.

<URL:docs.python.org/lib/module-unittest>
 

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

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top