Re: Re: [tclwebtest] Parsing problems-1
Status: Abandoned
Brought to you by:
tils
From: Harish <on...@re...> - 2003-02-27 12:48:13
|
Hi there... Sorry for the delay... The following is the script I used to fill up the form at www.Hathway.com. ============================================== do_request "http://www.hathway.com" form find ~n "radioform" field find ~t "radio" field select "service" field find ~n "user1" field fill "******" field find ~n "password1" field fill "******" field find ~n "city" field select "*******" puts "Filled fields Successfully" form submit =========================================== The following error was reported: ----- START: ../hathway.test at [27/Feb/2003:17:35:54] ----- --- do_request for http://www.hathway.com http status: >>200<< Notice: unimplemented input type: button This field has no choice service. It's only offerings are: {EMail eM} {Calendar u>C} {LogComplaint Lo} {Service u>S} {MailPanel u>M} in "../hathway.test" line 4: do_request "http://www.hathway.com" form find ~n "radioform" field find ~t "radio" field select "service" ----- FAILED: ../hathway.test (took 9s) ----- DURATION: 9 1 of 1 tests FAILED: ================================================= I tried experimenting by removing the <u>...</u> tags in the radio button options and voila it worked. There seems to be a problem in the way the tclwebtest is parsing the html code. Can anybody help me getting around this... Thanks Harish Truth needs to be repeated only as long as there are disbelievers- Max Mueler |