Hello,
We are testing a DSL modem's web pages (the HTTP server is running on the modem). We have an automation tool that configures various options on the web pages by sending POSTS of the respective web pages
We are using TCL (HTTP package) to send POST data on the web pages .
My questions:
Is there a faster way to do this other than TCL ?
When POST method of certain web page changes then the automation code has to be re-written .
Is there a way to write a generic code in some language so that the tool works irrespective of changes in POST or web structure? If not, What is simple and fastest way to do implement and maintain the automation tool ? Please suggest programming language.
It will be great if someone can share their ideas.
Regards,
Mithun