RPA Testing Flashcards
What is the cause of the gap between the expected value of automation and the actual one?
Choose one of the options below
The overestimation of benefits
The maintenance costs
The high initial investment
Development costs
The maintenance costs
Which of the following issues affect the stability of robots?
Choose all the options that apply
Environment issues
Human errors
Application issues
Automation issues
Application issues
Automation issues
Which of the following issues can be fixed in the development stage?
Choose all the options that apply
Automation issues
Environment issues
Application issues
Regulation issues
Application issues
Automation issues
RPA testing can be done in development to tackle automation issues, as well as application issues. The environment issues are best addressed in the pre-production environment, by the IT Ops teams.
Which component of the Test Suite is used for managing and scheduling automated tests, as well as orchestrating the execution of test cases across multiple machines?
Choose one of the options below
Studio
Orchestrator
Test Manager
Test Manager Hub
Orchestrator
What is a common challenge faced by testing teams in relation to data testing within workflows?
Choose one of the options below
Finding and testing data for normal scenarios
Generating production data for testing
Locating and testing data for exception scenarios or rarely encountered scenarios
Incorporating GDPR and PCI compliance into data testing
Locating and testing data for exception scenarios or rarely encountered scenarios
Which of the following types of RPA testing can be done using UiPath Studio?
Choose one of the options below
Only basic testing, with a single data set
Only data-driven testing, with at least two data sets
Both basic and data-driven testing
Only basic testing, with at least two data sets
Both basic and data-driven testing
Can you turn a basic test case in a data-driven test case?
Choose one of the options below
Yes
No
Yes
Can you run a data-driven test case only with a single data set?
Choose one of the options below
Yes
No
Yes
Can the mocking feature be used without creating a test case?
Choose one of the options below
Yes
No
No
Which of the following statements about mock testing are true?
Choose all the options that apply
In mock workflows, you can only edit the mocked activities.
You can have a single mock file for a test case.
In a Given-When-Then test case structure, ‘Surround with mock’ is only available for activities in the When block.
Changes made in the source workflow file are applied to the mock file whenever the project is saved.
You can create a mock file from the Activity panel
In mock workflows, you can only edit the mocked activities.
In a Given-When-Then test case structure, ‘Surround with mock’ is only available for activities in the When block.
Changes made in the source workflow file are applied to the mock file whenever the project is saved.
Which of the following ways of running a data-driven test case are available in Studio?
Choose 3 options that apply
With unlimited data sets
With all the data sets
With a selection of the data sets
Only with a single data set
Without any data sets
With all the data sets
With a selection of the data sets
Only with a single data set
Where can you see the percentage of activities in an RPA workflow covered in an execution of the test case?
Choose one of the options below
Both in the Activity Coverage widget and Activity Coverage panel
Only in the Activity Coverage widget
Only in the Activity panel
Only in the Activity Coverage panel
Both in the Activity Coverage widget and Activity Coverage panel
Which of the following activities can be used to directly compare the state of a UI element with a value or variable?
Choose one of the options below
Verify Expression
Verify Expression with Operator
Verify Control Attribute
Verify Attribute
Verify Control Attribute
Can the mocking feature be used without creating a test case?
Choose one of the options below
No
Yes
No
Which of the following issues affect the stability of robots?
Choose all the options that apply
Environment issues
Automation issues
Regulations
Application issues
Human errors
Environment issues
Automation issues
Application issues