From the course: UiPath Studio Essential Training

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

A project analysis

A project analysis

- [Instructor] To see an example of how we use the analysis feature, let's go to our previous project login to Acme website and I'll make a little mistake here. In Write Range Workbook, instead of ExtractDataTable, let's put an S here. Now it will give me a red error. Let's save everything and go to Analyze File, and I will click on Analyze Project. Now, it give me an error, validation error, ExtractDataTables is not declared because the variable name is not right. I will double click on it and it will give me exactly which activity has this error. So let's remove the S and save it again. Let's analyze again our project, and I will click Analyze Project. Okay, so now we don't have errors, but we have more of warning. And warning means that we don't follow the best practice when we are developing this project. For example, we have here an a warning related to minimum log messages. Log messages not used in workflow Main. And log message is a way for having a valuable information. So…

Contents