scenario: There are many drop downs from where items need to be selected. Some drop down items when selected even has sub drop down. And these drop down list is getting re-order randomly.
Tried: I use xpath in neoload to get the id of the particular item that is going in the request, then with the help of LB and Rb I extracted the value, But now the issue is xpath searched by the position. And as the drop down items list is getting re-order randomly, there are some cases where the items having sub items gets placed in that position (mentioned in xpath), thus unable to capture.
Could anyone please help to how to handle these kind of issue where the dropdown list is getting re-order randomly.
Also for some items name I have a unique RB, but no unique LB..
How to handle this please assist.
Your prompt response will be highly appreciated. Thanks.