Which is the best approach building usecase using object repository or using the normal type into and clicks using modern design
Best approach is Modern Design + Object Repository reason being
1 Easy to manage
2 If something changes, update in one place
3 Good for big projects
Use Normal Click & Type Into - OK for small or one-time tasks
If solution works for you please mark as solution
Thanks
But by using Object repository we cant manage the all properties right? then how accurate it will be?
@nishi_jain Could you please reply here
@soma.shruthi
Yes, Object Repository does show all properties, but still it is accurate
1 It uses important and stable properties only
2 Works with modern features like auto-healing and fuzzy match
3 You can edit selector if needed
Hope it helps
What properties do you think you can’t manage in the Object repository? Its covers everything in my experience.
- Object repo is to manage the selector level details, if you need to modify any activity level properties then they are specific to activity even now
- Few properties like interaction type are added to object repo to make it easy to use across
- And with object repo you dont change selectors in multiple places but update once and use it every where. this increases reusability and helps support team in taking less change time
cheers