17.2 User Interface Map

17.2.1| Creating a UIMap class to read locators from UIMap.properties file

Now we will build a UIMap class to access locator information from a properties file.


UIMap.properties
UIMap.properties example part-1



UIMap.properties
UIMap.properties example part-2



UIMap.properties
UIMap.properties example part-3


17.2.2| Creating a sample Test

Now let us create a sample test that would use the UIMap properties file and UIMap class file to locate elements.

Following example opens amazon.in the login page and then uses UIMap file to locate login page elements.


UIMap.properties
Sample Test