Hi,
I have to automate the following on a web page:
1. The page has days and times to run a scheduled job ie. Mon 02 etc.
2. The user has to select a checkbox on the day and specific hour the job needs to be run
3. I need to tie this page to an Excel file that allows the user to check a box in the sheet and when the automation script is running it automatically selects the corresponding day and time on the web page.
4. The issue is that the Excel sheet needs to act as an input form so thus when the automation script is running it takes the selection and checks the right checkbox on the web page.
Is there a way to do this Telerik, I'm familiar with data binding, but to data bind would mean the script will iterate through the test multiple times. I just need the Excel sheet to act as an input form only.
I will attach a screenshot of the web page
I have to automate the following on a web page:
1. The page has days and times to run a scheduled job ie. Mon 02 etc.
2. The user has to select a checkbox on the day and specific hour the job needs to be run
3. I need to tie this page to an Excel file that allows the user to check a box in the sheet and when the automation script is running it automatically selects the corresponding day and time on the web page.
4. The issue is that the Excel sheet needs to act as an input form so thus when the automation script is running it takes the selection and checks the right checkbox on the web page.
Is there a way to do this Telerik, I'm familiar with data binding, but to data bind would mean the script will iterate through the test multiple times. I just need the Excel sheet to act as an input form only.
I will attach a screenshot of the web page