Tosca Tutorial | Obstacle 14090 Dropdown Table | Embedded cell controls | Table | Dynamic buffer

Поділитися
Вставка
  • Опубліковано 14 січ 2025

КОМЕНТАРІ • 7

  • @Somesh_ghosh
    @Somesh_ghosh 4 роки тому +3

    Instead of copying the row you can also use repetition and iterate the row num.

  • @seenaseenu9697
    @seenaseenu9697 3 роки тому +1

    I have followed same steps but failing during the test execution run at the combobox attribute as "ComboBox 'ComboBox' was not found". Can you please suggest what mistake I am doing. Thank you!

  • @ambisindhu24
    @ambisindhu24 4 роки тому +1

    It worked with me with $ rather than #. I need to know the difference.

    • @ToscaAutomationExpert
      @ToscaAutomationExpert  4 роки тому +3

      documentation.tricentis.com/tosca/1330/en/content/tbox/type_table_examples.htm
      Table steering examples
      The engine searches for the last row of the table using the syntax $last.
      The dollar syntax is for requesting a specific row, e.g. $29 for the 29th row.
      The hash|pound|bang syntax #2 is used when you have multiple rows that match the same constraint criteria, e.g. John Smith occurs a hundred times, use #29 to pull the 29th entry.
      Hope that help you Ambika.
      Like, Share, Comment, Subscribe