Hello All,
I have few issues in AJAX Truclient.
Question 1:We have requirement in AJAX Truclient scripting like there are random number of checkboxes, where we have to select the In-stock product and move further. But the In-stock checkboxes vary with different users.
I know how to handle this with web(HTTP/HTML) protocol, here we are using AJAX Truclient protocol. so can anyone help me how to handle this.
Question 2: Selecting a radio button randomly, below is the XPath
//input[@type="radio" and
//input[@type="radio" and
//input[@type="radio" and
if the value is some integer number we can do randomize but the value is some names. so how to handle this situtation.
Regards,
Sai