Tosca Interview Questions and Answers 2024 | Tricentis | Part 1

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

КОМЕНТАРІ • 15

  • @nehru9163
    @nehru9163 7 днів тому

    Great info 🎉

  • @deboparnanandi5409
    @deboparnanandi5409 3 місяці тому +1

    Nice content..waiting for part 2..plz bring more sessions like this

  • @sachinmahendrakar2036
    @sachinmahendrakar2036 3 місяці тому

    Thank you for sharing, waiting for PART 2

  • @MadhuSuthananJay
    @MadhuSuthananJay 3 місяці тому

    Beautiful !, Waiting for the part2
    Suggestion: Include TOSCA Commander and showcase the concepts which will help the people and relate to the video. 🙂🙂

    • @TechnologyTrainingExperts-iLU
      @TechnologyTrainingExperts-iLU  3 місяці тому

      Thank you for the suggestion. We will be doing concept wise videos for the topics covering Interview questions as well.

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

    Hello @TechologyTrainingExperts, could you please answer one of question which I was not able to cover in my recent interview. If we have 50 template instance test cases. Where 10 test cases have same test steps with some addition test steps. Here what approach you will prefer to keep same template for all 50 test cases?

  • @ineedthisKaran
    @ineedthisKaran 3 місяці тому

    Thanks for sharing. How to scan a table that has say 50 rows, but while scanning this table only 5 rows are visible on the page, further rows can be found through scrolling the table (table has its own scrolling section).
    Since only 5 rows are visible, tosca only consider these 5 rows for steering, if my test case requires to click on the 30th row, it fails. How to automate scrolling tables?

    • @TechnologyTrainingExperts-iLU
      @TechnologyTrainingExperts-iLU  3 місяці тому +1

      This can be handled using steering parameter. We can scroll the table for a specific number of rows and then the table expand. This should repeat till you see your entry using a loop. Hope it helps

  • @SurekhaMailari-p1b
    @SurekhaMailari-p1b 2 місяці тому

    Hello sir, In 6 th Question if we got the common objects in the pages then why we should use the regular expression instead of that we can merge those objects ?

    • @TechnologyTrainingExperts-iLU
      @TechnologyTrainingExperts-iLU  2 місяці тому

      @@SurekhaMailari-p1b Thank you for the question. When i mean the common object, its common across web pages. Eg: logout button. This button will be present in all the web pages. But its not necessary for us to scan and create a module for logout on every page. Instead, we create one module while applying regular expression to the title to make it useful for all pages. Hope it clarifies.

    • @SurekhaMailari-p1b
      @SurekhaMailari-p1b 2 місяці тому

      @@TechnologyTrainingExperts-iLU thank u for quick response sir

  • @abhijeetm9532
    @abhijeetm9532 3 місяці тому

    Its very helpful and new questions we come across...

  • @deboparnanandi5409
    @deboparnanandi5409 3 місяці тому

    How to handle hidden elements in Tosca?? Suppose u r not able to see that control details after scanning neirher in parent or child nodes .theb how we can handle??

    • @TechnologyTrainingExperts-iLU
      @TechnologyTrainingExperts-iLU  3 місяці тому

      In this case, i usually use the neighbours to identify our object. Example: If object B is hidden and object A and Object are neighbouring objects. Then in the Scan Result window, i will push the filter option to the right most corner to see all objects. I will identify A and C. Then i will look for center object and verify properties. Hope it helps.

    • @deboparnanandi5409
      @deboparnanandi5409 3 місяці тому

      @@TechnologyTrainingExperts-iLU thanks