I am in the process of writing an automated test, and I am stumped. The test is to simulate a user checking out of an online store. The store is in beta so I have been using www.fao.com as a model, since they will be very similar. The problem is this: I cannot, for the life of me, get TCL or tclwebtest to recognize the buttons.... AHhhh!!
Here is an example of the code from the fao page:
<div id="atc"><input name="submittag" class="formbutton" onclick="javascript:setAddTo(1, personalization)" value="Add To Cart >>" type="button"></div>
and the URL I got it from is:
http://www.fao.com/catalog/search_command.cmd?form_state=frmKeywordSearch_ln&sortByColumnName=NAME&keyword=834363
Basically, all I need is to push the button and have the cart have the item in it. ***ANY*** advice would be greatly appreciated and my thanks in advance
- Austin A
10/12/06