1. How to select a checkbox based on value from CSV data sources
(eg, 'true' in csv, checkbox will be checked)
2. Dropdown list item is selected based on value from CSV data sources
(eg, 'Germany' in csv, country 'Germany' will be selected in dropdown list)
How can this be done in Telerik Test Studio without code?
If must customize, please provide sample code in VB.NET, thanks