- varis.auzins@gmail.com
- Posts : 1
Join date : 2013-04-05
How to test GUI if ids are changing after form is reloaded (implementation of security)
Fri Apr 05, 2013 8:18 pm
Hi,
How to test GUI if element ids are changing after form is reloaded (reason of changing ids is implementation of security)
E.g. Initially Element id=ui_176 is recorded as test case code.
After GUI form is reloaded and I run the test case the same GUI element has Element id=ui_144.
And in log I am getting error [error] Element id=aui_3_2_0_1176 not found.
How to test GUI if element ids are changing after form is reloaded (reason of changing ids is implementation of security)
E.g. Initially Element id=ui_176 is recorded as test case code.
After GUI form is reloaded and I run the test case the same GUI element has Element id=ui_144.
And in log I am getting error [error] Element id=aui_3_2_0_1176 not found.
Re: How to test GUI if ids are changing after form is reloaded (implementation of security)
Thu Apr 11, 2013 1:54 pm
You can use starts-with as code is changing after ui_
Below is sample locator for your reference
//button[starts-with(@id, 'ui_')]
Below is sample locator for your reference
//button[starts-with(@id, 'ui_')]
Permissions in this forum:
You cannot reply to topics in this forum