11 years ago
[LoadUIWeb] Making Requests based on conditions
Hi,
I have a scneario to be tested with LoadUIWeb. This is a flight booking applicatoin. It will show list of PNRs for that flight.
Each PNR will have different no of passengers. We need open the PNR & check in those passengers one by one.
For example: PNR1 may have one passenger. I need to open it & click checkin button for that passenger.
PNR2 may have two passengers. I need to open it & click checkin button for passenger one. And then click checkin button for passenger2. and so on.
Is it possible to write something like script, to execute the check in request for all the available passengers with some number of virtual users.
I am able to do it by having PNRs & passenger details for each PNR in an excel sheet. But like to know loadcomplete has any feature to read the current page data and send request based ont he conditions it satisfies.
I have a scneario to be tested with LoadUIWeb. This is a flight booking applicatoin. It will show list of PNRs for that flight.
Each PNR will have different no of passengers. We need open the PNR & check in those passengers one by one.
For example: PNR1 may have one passenger. I need to open it & click checkin button for that passenger.
PNR2 may have two passengers. I need to open it & click checkin button for passenger one. And then click checkin button for passenger2. and so on.
Is it possible to write something like script, to execute the check in request for all the available passengers with some number of virtual users.
I am able to do it by having PNRs & passenger details for each PNR in an excel sheet. But like to know loadcomplete has any feature to read the current page data and send request based ont he conditions it satisfies.