Beautiful !, Waiting for the part2 Suggestion: Include TOSCA Commander and showcase the concepts which will help the people and relate to the video. 🙂🙂
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?
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?
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
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 ?
@@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.
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??
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.
Great info 🎉
Nice content..waiting for part 2..plz bring more sessions like this
Thank you for sharing, waiting for PART 2
Beautiful !, Waiting for the part2
Suggestion: Include TOSCA Commander and showcase the concepts which will help the people and relate to the video. 🙂🙂
Thank you for the suggestion. We will be doing concept wise videos for the topics covering Interview questions as well.
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?
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?
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
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 ?
@@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.
@@TechnologyTrainingExperts-iLU thank u for quick response sir
Its very helpful and new questions we come across...
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??
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.
@@TechnologyTrainingExperts-iLU thanks