I have been experiencing a problem during testing a third parties web page. All works fine until I use HTTPUnit to select a drop down value.
If there is a <b> </b> tag wrapped around the <Select> element then HttpUnit does not read the values from the list of Options. However, if the <b> tag was removed all works fine.
I don't think the <b> does anything for drop downs but why is this causing the values from being lost?
Any help appreciated
Thanks
S Shadi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have been experiencing a problem during testing a third parties web page. All works fine until I use HTTPUnit to select a drop down value.
If there is a <b> </b> tag wrapped around the <Select> element then HttpUnit does not read the values from the list of Options. However, if the <b> tag was removed all works fine.
I don't think the <b> does anything for drop downs but why is this causing the values from being lost?
Any help appreciated
Thanks
S Shadi