Hi,
ok, but where can i found more examples or API about groovy command on CanooWeb Test?
chandru, 273 days ago.
hi,
'm pretty nwe to this groovy & canoo… can u guide me in how to start workin with canoo webtest through groovy
chandru, 273 days ago.
hi,
'm pretty new to this groovy & canoo… can u guide me in how to start workin with canoo webtest through groovy
Pierluigi Vernetto, 206 days ago.
I have struggled a lot to use Groovy and WebTest, to say the least this integration is not very documented, and it heavily depends on Ant paradigm.
WebTest is a pretty tool as record-and-play testing in static XML, but when it comes to driving it from a different language (Java, Groovy) to do something more sophisticated it proves to be too deeply tied to Ant. What a pity.
Please post your questions about the Groovy/WebTest integration to webtest@lists.canoo.com . Regards, Dierk.
Sunil Reddy, 154 days ago.
Hi This is Sunil Reddy Presently Iam working Canoo webtest with Groovy Script.Iam not able to select/deselect Checkboxes which are based on Ajax request.Can any body suggest me how to select this kind of check boxesIam submitting the code here<td class="checkbox">
<img onclick="selectAllAction(this);new Ajax.Updater('refreshClientSideState','/opc/searchResult/select',{asynchronous:true,evalScripts:true,parameters:'id=-1&select=' + (this.src.indexOf('checkboxChecked.gif') != -1) + '&' + getAllQuantitiesParametersString()});"
title="Unselect All" alt="Unselect All"
src="/opc/images/default/table/checkboxUnchecked.gif"/>
</td>Please let me know the solution