In UiPath Studio, when does project validation occur?
In UiPath Studio, when does project validation occur?
Project validation in UiPath Studio occurs when running or debugging the automation. This is because during the run or debug process, the entire project set is checked for errors and inconsistencies to ensure that the automation workflow will execute as intended. The 'Validate File' option specifically checks individual files rather than the entire project.
The keywords here are "project validation". This happens when automation is ran or when ran in debug.
In order to validate the whole project (Not only a file) you need to run or debug the project
The given answer is correct