Hi Team,
While developing the Ui Automation, as best practice we need to add ui elements into Object repository.
so,
Do we first need to add all ui elements into object repo then use those elements in our automation?
Else,
Add ui elements into object repository while developing.
Which one will be the best approach?
Thanks in advance!!!
@Sanket_Shinde1 best way is add them while developing the process. So that in case if those selectors are needs to be used again in the same process or different process then we can reuse them.
Adding all selectors doesnt make sense as not all things are required.
2 Likes
@Sanket_Shinde1 also make sure to use proper naming conventions so that you can understand them.
Also organize them page wise for example store login page selectors in login page descriptors
Hi @Darshan_Sable , Thank you so much for the suggestions,
What if we already knew that required selectors?
Still the best way to add selectors while developing the process?
@Sanket_Shinde1
Add them while developing it will save time.
Thank you so much @Darshan_Sable for the valuable suggestions,
I truly appreciate it!!!
1 Like
system
(system)
Closed
April 26, 2025, 6:49am
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.