.net - Selenium C# :: Which file type can be used for object repository for better performance? -
i creating automation framework using selenium c#, working on object repository part. know types of files can use object repository.currently thinking of using either xml or excel not sure 1 better performance wise, can of share views on , let me know if there other options.
i planning use xmldocument reading xml , oledb connection reading excel.
by object repository think mean different elements, locators , other required attributes, because far know selenium not have concept of object repository inherently.
if so, need think going maintain repository, few thousand locators, rather performance maintainability major issue.
also, think making isolated implementing interface, in future if decide change implementation because of issue, not impact framework.
and xml, excel, text file(with delimiter), database, json file contenders this.
Comments
Post a Comment