How do you check thecurrent item value in the list after I open a web page with this list in WinRunner ?

List_get_selected ( list, out_item, out_num );
will solve the problem that I have.

It will return an item (out_item) and the postion
(out_num ) that is currently shown on the list.

To check the with the previous values I can store the
previous values in file and then read it from the file
later to compare it from current value.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions