Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
ruchiverma
Posts : 2
Join date : 2016-03-07

How to maintain object repository. Empty How to maintain object repository.

Mon Mar 07, 2016 4:39 pm
Hello everyone!!!


I am very new to the world of automation testing.I started with selenium tool.
I have gone through most of the documentation thorough toolsqa website.
But i am stuck somewhere now.

Is there any tool which can automatically generate the locators for my page objects and create a Object repository?

or

how i can maintain Object repository  for different pages in a web app?

Thanks a lot in advance.
avatar
murthi
Active particpant
Active particpant
Posts : 11
Join date : 2016-04-14
Location : Bangalore

How to maintain object repository. Empty Re: How to maintain object repository.

Thu Apr 14, 2016 8:32 pm
There is no tool which generates the locators for your page objects.

You have to add it one by one. And It is good that, you add the objects one by one with proper naming convention and specific locator and it's value.

Better to keep a separate Page factory class for each page in your application. If your page is having many objects or common objects then, you can add a class for that as well.

It is good to have process to maintain page factory objects and its value on regular interval.

There are many sites which give you details on how to create page factory class and objects.
Back to top
Permissions in this forum:
You cannot reply to topics in this forum