What is a pre-requisite for running functional test cases in REFramework?
A. Invoke Process XAML file
B. Invoke InitAllSettings XAML file
C. Invoke SetTransactionStatus XAML file
D. Invoke Main XAML file
Explanation: A pre-requisite for running functional test cases in REFramework is to invoke the InitAllSettings XAML file, which initializes the application, reads the configuration file, and sets the log level. This file is invoked in the Init state of the Main XAML file, which is the entry point of the REFramework. By invoking the InitAllSettings file, you can ensure that the test cases have access to the necessary settings and parameters for the automation project. (UiPath Studio - Testing Frameworks - UiPath Academy)
A developer is building a process that types data into input fields using the Hardware Events input method. Which property of the Type Into activity should be modified to reduce the pace at which the input string characters are typed into the fields?
A. Delay before
B. Alter disabled element
C. Delay between keys
D. Delay after
Explanation: The Delay between keys property of the Type Into activity specifies the time (in milliseconds) between each keystroke when using the Hardware Events input method. Increasing this value can slow down the typing speed and reduce the risk of missing or skipping characters. (UiPath Automation Developer study guide)
Which of the following activities can be used to get the state of a button (enabled/disabled)?
A. Get Attribute
B. Check App State
C. Find Element
D. Get Text
Explanation: The "Get Attribute" activity can be used to get the state of a button (enabled/disabled). This activity retrieves the value of a specified attribute of a UI element, and the "enabled" attribute can be used to determine if a button is currently enabled or disabled.
Which argument name follows UiPath best practices for argument naming conventions?
A. ioUpdatedsum
B. in_argument1
C. dt_outputrovvs
D. out_ConfirmationNumber
What is a valid way to install a custom activity package in UiPath Studio?
A. Double-click on the activity in the "Activities" panel of UiPath Studio.
B. Search for the package in the UiPath Marketplace and then manually install it.
C. Download the package from an external source and drag it into UiPath Studio.
D. Go to Package Manager, click on "All Packages," search for the package, and click "Install".
Page 9 out of 51 Pages |
Previous |