Forum Discussion
Which type of dispatcher are you using?
- Huks9 years agoOccasional Contributor
My used dispatch method is "Script".
Didzis
- nmrao9 years agoChampion Level 3Then why bother about ordering? Or will be able to show with a screen a shot what the problem is? Not able visualize it.
- Huks9 years agoOccasional Contributor
It is related to management of all these MockResponses. In case if WSDL operation has more than 50 MockResponses it is a bit complicate to follow whether I have MockResponses for every situation planned in tests.
My MockResponses are named as "CompanyId + some parameters" and I would like to group the list by CompanyId.
At this moment the list of MockResponses isn't grouped and all responses are in that order how those were added.
Due to sensitive data there, I cannot give a screen, but it looks similar way now:
- WSDL operation
-- XXXXXX_1_1
-- XXXXXX_1_2
-- XXXXXX_1_4
-- YYYYYY_1_1
-- XXXXXX_1_5
-- XXXXXX_1_3
-- XXXXXX_1_6
-- XXXXXX_1_7
-- YYYYYY_1_2
And my goal is to order those in the list:
- WSDL operation
-- XXXXXX_1_1
-- XXXXXX_1_2
-- XXXXXX_1_3
-- XXXXXX_1_4
-- XXXXXX_1_5
-- XXXXXX_1_6
-- XXXXXX_1_7
-- YYYYYY_1_1
-- YYYYYY_1_2
I hope it is now more clear what problem I have :)
Thanks,
Didzis
Related Content
- 4 years ago
- 9 years ago
- 5 years ago
- 3 years ago
Recent Discussions
- 15 years ago