Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

What happens if a Test Execution is re-executed?

A.

A log with all the previous executions is kept.

B.

A log with only the previous execution is kept.

C.

New test execution results are generated, independent from the previous ones.

D.

The old execution results are deleted and replaced with the new results.

How can the test data queue items be uploaded to a queue?

A.

Only through Orchestrator.

B.

Directly in Orchestrator or through Test manager.

C.

Only through Studio.

D.

Directly in Orchestrator or through Studio.

What is the purpose of the RunTest block in the Test Automation Framework?

A.

RunTest block is where the Test Case is executed. The Placeholder activity changes at runtime into an Invoke Workflow File activity.

B.

RunTest block is where the Test Case should be created. The RunTest should contain the actions specific to the Test Case.

C.

RunTest block is where workflows specific to the Test Case should be invoked. If an Application Exception occurs, the current transaction is being retried. If a Business Rule Exception occurs, the block will skip the transaction.

D.

RunTest block is where the Test Case should be invoked. The RunTest should be replaced at design time with an Invoke Workflow activity referencing the Test Case at the execution time. At the execution time, the Test Case will run instead of the RunTest block.

What is the main purpose of conducting Regression Testing in application development?

A.

Regression Testing is conducted to validate whether the software application is secure from threats.

B.

Regression Testing is conducted to ensure that changes in the code have not affected existing functionalities.

C.

Regression Testing is conducted to ensure the application's performance under high load conditions.

D.

Regression Testing is conducted to ensure the application's compatibility with different environments.

What are the actions needed in UiPath Test Manager in order to give the Project Owner role to a different user?

A.

Assign the Project Owner role via the Assign users/group option in Project Settings.

B.

Assign the Project creator role via Role Assignment in overall UiPath Test Manager settings.

C.

Select the new user via the Ownership tab in Project Settings.

D.

Select the Transfer ownership option for the new user via Manage access in Project Settings.

According to the troubleshooting Test Manager tips, what is one of the ways to resolve the following issue?

A.

Duplicate the faulty test case within Studio.

B.

Re-link the faulty test case to the test set.

C.

Re-publish the project to Orchestrator.

D.

Unlink the automation in Test Manager.

What does the Timezone configuration in the Add Test Schedule section do?

A.

It adjusts the test execution time accordingto the tenant's timezone.

B.

It allows to specify the timezone accordingto which the schedule is launched.

C.

It allows to set up a default timezone for all test schedules.

D.

It determines the timezone of your Orchestrator instance.

Which are the supported object types when creating a new custom field in UiPath Test Manager?

A.

Test case and test result.

B.

Test set and defect

C.

Requirement and test set.

D.

Defect and requirement.

How can a Serverless Robot be added to an Orchestrator tenant?

A.

Go to Tenant > Machines. Click Add Machine and select Cloud Robot - Serverless. Fill in the Name and optionally the Description. Add tags if necessary, but don't configure other settings. Finally, click Save.

B.

Go to Tenant > Robots. Click Add Robot and select Serverless. Fill in the Name and optionally the Description. Add tags if necessary and configure other settings. Finally, click Provision.

C.

Go to Tenant > Robots. Click Add Robot and select Serverless Robot. Fill in the Name and optionally the Description. Add tags if necessary and configure other settings. Finally, click Add Robot.

D.

Go to Tenant > Machines. Click Add Machine and select Cloud Robot - Serverless. Fill in the Name and optionally the Description. Add tags if necessary and configure other settings. Finally, click Provision.

Which of the following descriptions matches the concept of Integration Testing?

A.

Evaluate the system's compliance with the business requirements and assess whether it is acceptable for delivery.

B.

Validates the complete and fully integrated system. The purpose of a system test is to evaluate the end-to-end system specifications.

C.

Individual units of a system are tested. The purpose is to validate that each unit of the system code performs as expected.

D.

Individual units are combined and tested as a group. The purpose of this level of testing is to expose faults in the interaction between integrated units.