Object Repository folder name based on page title

Hi,

I am using katalon for testing web application. In my application, browser title will not change while navigating to different screens.

But object repository folders are created based on browser title.

Due to this, all controls/web elements in all of my pages are stored in a single folder. This also causes overwriting of controls with same name.

Please let me know if there is any alternate solution to create object repository folders without using browser title. I expect something like “a label control containing form name will be clicked first and that will be taken as folder name”.

Thanks and regards

I suppose you are using Web Recorder or Spy tools and let them create Test Objects.

But let me tell you, you can manually create a folder “ a label control containing form name will be clicked first and that will be taken as folder name ”. And you can manually move the Test Objects from folder A to B.

It’s ok to rely on Web Recorder for generating Test Objects but the tool may not be clever enough. So, after generating test objects, you should work out modifying the tree structure of “Test Objects” as you wish.

Thanks @kazurayam for your reply.