This project of Excel Extensions has two versions.
- VSTO (Visual Studio Tools for Office) Add-ins are a specific type of COM add-ins. They are also created using .NET languages but with a more focused integration within the Visual Studio environment, aiming to simplify the development process.
- Web Add-ins (Office Add-Ins) is used with Microsoft Office applications like Word, Excel, and Outlook to add extra functionalities, such as custom templates, automation tools, or data integration with other services.
- Manual testing has been predominantly implemented for this project.
- Test scenarios are available on Trello.
- Attached are the files for test cases, test execution, test summary, and bug reports.