Tosca Tutorial | Lesson 100 - No Static Waits in Test Cases | Best Practices |

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 7

  • @MadhuMatta-d4c
    @MadhuMatta-d4c 3 місяці тому

    Thanks for the sharing., Useful video.

  • @MuraliAmbekarPerennialSystems
    @MuraliAmbekarPerennialSystems 2 місяці тому

    WaitOn is not working as window title is not matching. I am forced to use static wait till page loads and window title match, then waiton works till control is visible. WaitOn is waiting till page page loads. please suggest

    • @QASCRIPT
      @QASCRIPT  Місяць тому

      To resolve the issue with the WaitOn window title not matching, follow these steps:
      Open the Tosca Commander.
      Navigate to the relevant TestCase or TestStep where the WaitOn is implemented.
      Select the WaitOn step.
      In the Properties pane, check the "Window Title" field.
      Ensure that the title matches exactly with the window you are trying to wait for, including any special characters or spaces.
      If necessary, adjust the title to match the actual window title.
      Save your changes.
      Rerun the test to see if the issue is resolved.

    • @MuraliAmbekarPerennialSystems
      @MuraliAmbekarPerennialSystems Місяць тому

      @@QASCRIPT Thanks for the reply, actually I had missed giving synchronization time as configuration parameter. All your videos are really helpful Thanks a lot

  • @hanykhalil5074
    @hanykhalil5074 Рік тому

    good