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

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • www.buymeacoff... (thanking you muchly!)
    t.me/Tricentis...
    Tricentis Tosca Automation Tool
    Tricentis Academy
    Tricentis Tosca Tutorial
    Tricentis Tosca Excel Integration
    Install Tricentis Tosca
    Tosca Automation Tool
    Tosca SAP Automation
    Tosca Continuous Testing
    Tosca Test Automation for Beginners
    Tosca Test Case Design
    How to Create a Project in Tricentis Tosca
    How to Download Tricentis Tosca Free Trial
    How to Install Tricentis Tosca
    Tricentis Tosca Regular Expressions Guide
    Tricentis Tosca Best Practices for Test Automation
    Tricentis Tosca API Testing Tutorial
    Advanced Tricentis Tosca Automation Techniques
    Tricentis Tosca for Agile Testing
    Tricentis Tosca CI/CD Integration
    Tricentis Tosca Automated Testing for Mobile Applications
    Test Management Tool
    Software Testing
    Automated Regression Testing
    Model-Based Test Automation
    Continuous Testing in DevOps
    Tosca Automation Challenges and Solutions
    Tosca Test Data Management
    Tosca Training and Certification
    Tricentis Tosca for Test Analysts
    Tricentis Tosca vs Selenium Comparison

Комментарии • 7

  • @Somesh_ghosh
    @Somesh_ghosh 4 года назад +3

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

  • @seenaseenu9697
    @seenaseenu9697 2 года назад +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