An open API service indexing awesome lists of open source software.

https://github.com/edegan-furb/rpa-challenge

Workflow to input spreadsheet data into form fields that change positions.
https://github.com/edegan-furb/rpa-challenge

csharp oledb selenium

Last synced: 3 months ago
JSON representation

Workflow to input spreadsheet data into form fields that change positions.

Awesome Lists containing this project

README

        

# RPA Challenge

The goal of this challenge is to create a workflow that will input data from a spreadsheet into the form fields on the screen.

**Beware!** The fields will change position on the screen after every submission throughout 10 rounds. Thus, the workflow must correctly identify where each spreadsheet record must be typed every time.

The actual countdown of the challenge will begin once you click the Start button. Until then, you may submit the form as many times as you wish without receiving penalties.

## Built with

- [Visual Studio](https://visualstudio.microsoft.com/) - Integrated development environment (IDE) used for developing and debugging the application.
- [C#](https://learn.microsoft.com/en-us/dotnet/csharp/) - Primary programming language used for the application's logic and functionality.
- [Selenium](https://www.selenium.dev/) - Web automation tool used for testing and interacting with web elements.
- [OleDb](https://learn.microsoft.com/en-us/dotnet/api/system.data.oledb?view=net-8.0) - Class for connecting to and interacting with databases using OLE DB.