Advanced Data ManipulationDebuggingAdvanced UI automationREFrameworkOrchestratorAttended AutomationAutopilotAPI AutomationResource ManagementGeneric Automation Development
What sequence of events takes place when execution of a Test Set begins in UiPath Test Manager?
AA Test Execution is created in the Execution section, Test Case Logs are generated for all test cases, including those from linked test sets, and results are updated only after all test cases have completed execution,
BA Test Execution is created in the Execution section, empty Test Case Logs are generated for each test case in the set, and these logs are filled with results as the execution progresses.
CEmpty Test Case Logs are created in the Execution section, a Test Execution is generated for each test case, and results are filled sequentially as each test case completes its execution.
DA Test Execution is created in the Execution section, Test Case Logs are generated only for automated lest cases, and results are updated in real-time for both manual and automated tests.
A test case runs and throws an exception. Which recommended strategy fails the test case while taking a screenshot of the application's current state?
ASurround the test case in a Try CatchAdd a Verify Expression in the Catch block, configured in the following way:Expression: False -ContinueOnFailure: False
BSurround the test case in a Try CatchAdd a Verify Expression in the Finally block, configured in the following way:Expression: 1 > 2 -TakeScreenshotIfFailed: True
CSurround the test case in a Try CatchAdd a Verify Expression in the Catch block, configured in the following way:Expression: False -TakeScreenshotIfFailed: True
DSurround the test case in a Try CatchAdd a Verify Expression in the Catch block, configured in the following way:Expression: True -TakeScreenshotIfFailed: True
After a schedule has been created in UiPath Test Manager, which options are available for that existing schedule?
AEdit, Delete, Duplicate
BEdit, Delete, Pause, Resume
CEdit, Delete, De-activate/activate
DEdit, Delete, Duplicate, Pause, Resume
A test case obtains its test data from an entity named TestEntity2. TestEntity2 contains one reference-type field, ReferencedEntityName, which references the Name field in TestEntity1. Both entities are shown below.
Within a UiPath Studio test case, you must process the ReferencedEntityName field from the generated testEntity2 argument.
What is the correct way to access the value for each record, such as Alin or Ghita?
AYou are not able access the Name field from TestEntity1.
BUsing testEntity2.ReferencedEntityName.Name
CUsing testEntity2.ReferencedEntityName
DUsing testEntity2.Name
QuestionQ6
Orchestrator
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ7
Debugging
QuestionQ8
Attended Automation
QuestionQ9
Debugging
QuestionQ10
Resource Management
QuestionQ11
Orchestrator
QuestionQ12
Generic Automation Development
QuestionQ13
Attended Automation
QuestionQ14
Generic Automation Development
QuestionQ15
Autopilot
QuestionQ16
Orchestrator
QuestionQ17
REFramework
QuestionQ18
Orchestrator
QuestionQ19
Generic Automation Development
QuestionQ20
Generic Automation Development
QuestionQ21
Generic Automation Development
QuestionQ22
Advanced Data Manipulation
QuestionQ23
Orchestrator
QuestionQ24
Orchestrator
QuestionQ25
Resource Management
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Ad
Want a break from the ads?
Go ad-free and unlock Learn Mode, Exam Mode, AstroTutor AI and every premium tool — everything you need to walk in prepared, and confident.
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
What happens to a workflow’s arguments when the workflow is converted to a test case?
AThey are automatically imported into the test case.
BThey are automatically deleted and must be redefined.
CThey need to be manually imported into the test case.
DThey are automatically transformed into variables.
Which statement is true about debugging manual test cases?
AWhile manual test cases can be debugged, it is not possible to set the result for each step.
BManual test cases can be debugged by opening the test case and navigating to Tasks > Debug.
CDebugging of manual test cases is not supported; they can only be executed.
DManual test cases can be debugged by opening the test case and selecting the Troubleshoot option under the Manual Steps tab.
What is the purpose of a prompt library in UiPath Test Manager?
AA collection of predefined and custom prompts for Autopilot for Testers.
BA collection of pre-written test scripts for automating UiPath workflows.
CA library of UiPath Studio prompts.
DA repository of UiPath Studio templates for common automation scenarios.
What is the appropriate sequence of stages in the software testing process?
Drag & Drop
Plan
Design
Execute
Analyze Results
Implement
First
Second
Third
Fourth
Fifth
What are the three possible states of a test schedule in UiPath Test Manager?
AActive, Delayed, Executing
BActive, Pending, Inactive
CInactive, Pending, Executing
DDelayed, Inactive, Running
What is the main purpose of using the Test Schedule in UiPath Test Manager?
ASchedule a date and time for test execution.
BAutomate users' login for testing.
CTrack and report defects during testing.
DCreate and store multiple test cases.
What specific functionality does a test automation project in UiPath Studio offer?
AIt provides the tools necessary for testing software products.
BIt provides the tool for charting and analyzing data.
CIt enables logging and reporting of workflows.
DIt provides the tools necessary for process automation development.
What message is shown in the step description below while the manual test is being executed?
AType {CLIPBOARD} in the username field.
BType CLIPBOARD in the username field.
CType MyUsername in the username field.
DType [MyUsername] in the username field.
What distinguishes a Library project in UiPath Studio?
AIt tests the business process.
BIt automates the business process.
CIt enables an action or a series of actions to be reusable.
DIt enables an action or a series of actions to be marked as consumed.
What is the main purpose of UiPath Autopilot’s Generate Coded Automation feature?
ATo create C# code for test automations based on requirements.
BTo translate existing automations from one programming language to another.
CTo generate test cases for validating coded automations.
DTo create C# code for automations based on natural language descriptions.
When a test case runs with an associated execution template, what happens if the test case and execution template contain identical argument or variable names?
AIt will be removed from the merged template.
BIt will be linked in the Invoked Workflow File.
COnly the arguments or variable names that match between them are retained; all others are discarded.
DIt will be highlighted for the user to review.
What is the execution sequence for the primary blocks in a Test Case that uses the Test Automation Framework?
Drag & Drop
When
Given
TearDown
SetUp
Then
First
Second
Third
Fourth
Fifth
What happens to a test data queue item when it is marked as Consumed?
AThe item cannot be Un-Consumed.
BThe item will be ignored when running a test case with data variation set to the respective test data queue.
CThe item will be ignored by the "Get Test Data Queue Item" activity.
DThe item cannot be deleted.
What output does the Random Number activity in the UiPath.Testing.Activities package produce?
AA decimal value encoded in Unicode format.
BA float value with a customizable number of characters.
CAn integer value rounded to the nearest decimal.
DA long double with a given length
Given the following SumWorkflow:
What is one method for verifying that the SumWorkflow behaves as expected?
A“sum = expectedSum”
Bsum
Cno1 + no2 = expectedSum
Dsum.Equals(expectedSum)
What is a recommended approach when the Given section of a Given-When-Then test case grows too large and becomes difficult to manage?
AIncrease hardware resources to accommodate the complex ‘Given’ steps.
BA test case should have one specific purpose only. It's ok to have a comprehensive ‘Given’ section.
CIt’s ok as long as the ‘Then’ section still verifies the correct behavior.
DRedefine the test case to increase granularity or perform refactoring.
Given the test case shown below:
The test data queue was imported into the Studio workflow through a variable named testQueue. The Test Data Queue structure is shown below:
Which ROI will be printed in the Output panel when the test case is run from the Text Explorer panel?
A67,77
B12,45
C45
D67,34,77
Which UiPath Test Suite component communicates directly with CI/CD pipelines?
AUiPath Orchestrator
BUiPath Studio
CUiPath Test Manager
DUiPath Action Center
What are the two ways to execute tests, and where are they invoked?
AManual and Automated; invoked in Orchestrator only.
BManual and Automated; invoked in Test Manager and Orchestrator.
CManual and Scripted; invoked in Orchestrator only.
DManual and Automated; invoked in Test Manager only.
What does the Total Coverage KPI on the UiPath Test Manager Dashboard measure?
AThe percentage of manual test cases that are also automated.
BThe percentage of projects in a tenant that have at least one test case out of the total number of projects in that tenant.
CThe percentage of requirements that have at least one test case out of the total number of requirements.
DThe percentage of projects in an organization that have at least one test case out of the total number of projects in that organization.
Community Discussion