Forum Discussion

smadji's avatar
smadji
Contributor
11 years ago

tough scroll when asserting against multiple requests

I wonder if there is a trick that I dont know of.
I have 90 test steps which are 30 variations of the update request each one followed by jdbc request to verify against the DB and a get request to verify that the data is updated correctly within the API index.
I use the original update request as the base to assert against (the request itself)
When I get to step 30(ish) of my suite and add an assertion - I have to scroll through all the steps to find the one that I need. It is really hard to scroll slowly so I spend a lot of time scrolling past my request and need to scroll up and down again and again till I finally manage to stop at the needed request so I can click it and choose the request view and find the item to assert against.
I tried the keyboard-arrows but they dont work (close the module)
Is there a way to do it more efficiently?
I got to do it twice - for my rest and for my soap requests
  • Hi,

    Is there a way to do it more efficiently?


    There isn't a "find" for a test step in the GUI, so I would say no. If you can break up your test steps into different test cases and test suites that would be the ideal solution.


    Regards,
    Marcus
    SmartBear Support