[tclwebtest] Problem with the field multiselect
Status: Abandoned
Brought to you by:
tils
From: Vamshi K. K. <vam...@az...> - 2003-12-11 13:44:21
|
i am facing a problem with a multiselect i am having two multi select boxes My test case file is in red & the html file is in green & the error is in violet please can any body help on this do_request "file:///home/vamshi/Desktop/traineeship-desc.html" #Entering the Values for Traineeship Description assert text "Objectives" assert text "Traineeship Focus" debug [field find ~n "experience"] field multiselect "Marketing" debug [field find ~n "traineeship_focus"] field multiselect "Corporate Social Responsibility" field multiselect "Entrepreneurship" field multiselect "Information And Society" my file is <form name="traineeship-description" method="post" action="/insight/exchange/traineeship-desc" enctype="multipart/form-data"> <table border=1> <tr><td colspan=2><b>Objectives</b></td> </tr> <tr> <td><b>Traineeship Focus</b></td> <td > <select name="traineeship_focus" multiple="multiple" size="6"> <option value="1" selected="selected">Corporate Social Responsibility</option> <option value="2">Cultural Understanding</option> <option value="3" selected="selected">Entrepreneurship</option> <option value="4">Higher Education And Learning</option> <option value="5" selected="selected">Information And Society</option> <option value="6">No Particular Traineeship Focus</option> </select> </td> </tr> <tr> <td><span >*</span> <b>Field of Experience</b> </td> <td > <select name="experience" multiple="multiple" size="8"> <option value="1">Accounting</option> <option value="2">Business Administration</option> <option value="3">Development Studies</option> <option value="4">Economics</option> <option value="5">Linguistics Education</option> <option value="6">Finance</option> <option value="7" selected="selected">Information Technology</option> <option value="8" selected="selected">Marketing</option> <option value="9">Other Studies</option> <option value="10">Human Resource</option> <option value="12">Cultural Education</option> <option value="13">Subjects Education</option> <option value="14">Social sciences</option> </select> </td> </tr> </table> This field doesn't contain the following choices: `Marketing'. It's only offerings are: {1 {Corporate Social Responsibility}} {2 {Cultural Understanding}} {3 Entrepreneurship} {4 {Higher Education And Learning}} {5 {Information And Society}} {6 {No Particular Traineeship Focus}} in "temp.test" line 9: #Entering the Values for Traineeship Description assert text "Objectives" assert text "Traineeship Focus" debug [field find ~n "experience"] field multiselect "Marketing" ----- FAILED: temp.test (took 0s) ----- DURATION: 0 1 of 1 tests FAILED: temp.test |