loadrunner HI All, In my script select all button event...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

R

Ragul Gupta

Guest
HI All, In my script select all button event is not getting recorded. But it is required to select total no.of records on the page. As the number of records changes from one iteration to another iteration. In order to select them all it is required to record Select All button. Can any one suggest me the answer.
 
Note from the moderator of the lr-loadrunner google group. This post is cross forum shotgun post SPAM. The thread (and all answers) have been removed from the lr-loadrunner google group to avoid confusion for users researching this issue in the future.
 
Hopefully your number of records has an index. Or you will have to find some other way to count them -- maybe a TD tag with a name or something like that. Once you know how many records, you can likely submit them via the form with the attribute "SelectedIndex".
 
if the number of records are always changing, you would have to customize web_submit_data() or similar function in your script. Basically, the web_submit_data() will have set of arguments which has to be handled with a customized code.. if you can send the web_submit_data() function I would be able to help you on this.
 
"...if the number of records are always changing,...." & therefore the sze of the submit is changing, then you use web_custom_request()