select value “<testdata_name>” in dropdown “element_name”

All Step Definition enter value “<testdata_name>” for dropdown “element_name” Keyword Given, When, And, Then Description Will select mentioned value from specific dropdown menu Declaration Code Element Application Test Data Then enter value “” for dropdown “chooseMethodologyDropDown” ” chooseMethodologyDropDown XPATH (//div[@class=’mdc-select__anchor’])[2] ” NILL A WaterfallMethodology User@123 Browser Support Google Chrome Firefox Edge Remarks The “String Value” that is used through test data file should be in angular brackets We can use any variable name Restriction Element and application file should be in xml format. Table of contents Keyword Description Declaration Browser Support Remarks Restriction

select value “<testdata_name>” in dropdown “element_name” Read More »