I have 2 sheets in excel file. One is 'Test Cases' and other is 'Settings'. In settings sheet, I have 3 columns as below
Locator Locator Type Field Name
LOGINPAGE_USERID ID User Id
LOGINPAGE_PSWD ID Password
LOGINPAGE_LOGIN XPATH Login
In Test Cases sheet, I have columns - 'Locator', 'Locator Type' and 'Field Name'. I have set Data validation on Locator column such that it shows dropdown list whose values are picked from 'Locator'column from 'Settings' sheet.
Now I want Locator Type and Field Name column to be auto populate based on the value I select from the dropdown under 'Locator'column in 'Test Cases' sheet.
Please help.
VLOOKUPis all you need - CallumDA