Print Page | Close Window

Networking Testing - Tool Command Language

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Network & Distributed Systems Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Network & Distributed Systems Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=787
Printed Date: 29Jun2024 at 1:56pm


Topic: Networking Testing - Tool Command Language
Posted By: Anusha@07
Subject: Networking Testing - Tool Command Language
Date Posted: 14Apr2007 at 2:07am
Hi All,

Basically, i am a tester.I am working in networking testing using Tickle(Tcl) language. I dont have idea about Tcl, can you plz explain about Tcl in N/W ?that is, how to handle in networking side,plz give me some guides about it.

Thanks Lot....
Regards,
Anusha



Replies:
Posted By: prachi012
Date Posted: 14Apr2007 at 3:45am
One way to test network is to use tcl as a glue between existing network testing and configuration tools.

For this you need the expect extension of tcl
http://expect.nist.gov/ - http://expect.nist.gov/

With it you can control
- configuration command (ifconfig, route...)
- testing tools (ping, hping, iperf, nemesis, ftp client...)

So what you need is
- a tcl book to learn the programming language
- a expect book to learn how to interact with system commands
- documentation about various command line testing tools.




Print Page | Close Window