In order to get the table name of the first element in the DataSet, which expressions should the developer use?
A developer reviewed the following sequence: The parameters of the Invoke Method are: In order to get the table name of the first element in the DataSet, which expressions should the developer use?A . DataSet.Tables(0).TableName B. DataSet.Tables(1).TableName C. DataSet.Rows(0).TableName D. DataSet.Rows(1).TableNameView AnswerAnswer: C
In order to ensure the Click activity executes as intended, how many elements should the selector be valid for at runtime?
You want to identify a selector for a button in an application. The selector will be used as the target in a Click activity. In order to ensure the Click activity executes as intended, how many elements should the selector be valid for at runtime?A . 1 element B. 2...
In the Robotic Enterprise (RE) Framework, what is the initial value of TransactionNumber?
In the Robotic Enterprise (RE) Framework, what is the initial value of TransactionNumber?A . 0 B. 1 C. [] D. NothingView AnswerAnswer: D
What is the best approach if the required file does not exist?
A developer automated a process with the following logic: each queue item contains a filepath to an Excel file. If the required file exists, robot needs to upload it on Sharepoint. Otherwise, the transaction cannot be considered a success. What is the best approach if the required file does not...
Based on the exhibit that represents the "Deadline" in the yyyy-mm-dd format, what is the correct sequence in which the Queue Items are processed by a single Performer workflow?
DRAG DROP Based on the exhibit that represents the "Deadline" in the yyyy-mm-dd format, what is the correct sequence in which the Queue Items are processed by a single Performer workflow? NOTE: Drag the Queue Item Name found on the “Left” and drop on the correct Process Order found on...
Which expression exclusively matches the ticket number pattern from the subject line?
A developer needs to automate a process which involves capturing support ticket numbers from the email subject line. For example, the email subject line includes: "Action Required C XA/135" where "XA/135" is the ticket number. The robot should validate the pattern of the ticket number before proceeding. Which expression exclusively...
Which steps will be included in the Dispatcher process?
Log out and close the company's application The developer needs to create a process using the Dispatcher/Performer architecture for the company. Which steps will be included in the Dispatcher process?A . 1-3 B. 1-4 C. 3-4 D. 3-6View AnswerAnswer: B
Which of the following are required to have efficient execution of automation projects?
Which of the following are required to have efficient execution of automation projects?A . Recovery abilities B. Effective logging mechanisms C. Proper exception handlingView AnswerAnswer: A,B,C
Is there any way to hide the execution of one activity in the logs?
Is there any way to hide the execution of one activity in the logs?A . Yes, by changing the minLevel property of the "Execution" logger from NLog.config file. B. No, but the logs can be manually edited. C. Yes, by checking the Private property of the activity that is to...
What Timeout value will be used by the robot once executed in Run Mode?
A developer has configured the Activity Project Settings for UI automation and a Click activity as shown below. The required selector does not exist. What Timeout value will be used by the robot once executed in Run Mode? Please find the properties of the Click activity below. A . 90...