Check your understanding

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

 

The investment needed is always known. The benefits are typically there. The maintenance costs are those that generate the gap.

 

 

Which of the following issues affect the stability of robots?

  • Choose all the options that apply

 

  • Environment issues

  • Human errors

  • Application issues

  • Automation issues

  • Regulations

     

    The low stability of robots is caused by application issues, by environment issues, and by automation issues. The others can affect the performance of automations, but not by affecting their stability.

     

     

Which of the following issues can be fixed in the development stage?

  • Choose all the options that apply

 

  • Automation issues

  • Environment issues

  • Application 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.

     

Match the test levels with the right definitions.

  • Integration testingUnit testing
  • Acceptance testing
  • Unit testing
  • System testing

 

Match the blocks of a test case in Studio Pro with their description.

  •  
  • When
  • Then
  • Given

 

Which of the following types of RPA testing can be done with Studio Pro?

  • 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

 

 
UiPath Studio Pro supports both basic and data-driven test cases.
 
 

Can you turn a basic test case in a data-driven test case?

  • Choose one of the options below
 

Yes

 

No

 
A basic test case can be turned into a data-driven test case by using 'Add test data'.
 
 

Can you run a data-driven test case only with a single data set?

  • Choose one of the options below
 

Yes

 

No

 
When running a test case, you can choose to run it with or without data variations. So, the answer is Yes.
 
 

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
 

Only in the Activity Coverage widget

 

Only in the Activity Coverage panel

 

Both in the Activity Coverage widget and Activity Coverage panel

 

 

 
Both the panel and the widget show the percentage of activities covered by a test cae.

 

 

 

Which of the following activities can be used to verify if the values of two variables are equal?

  • Choose all the options that apply

 

  • Verify Expression

  • Verify Operator

  • Verify Expression with Operator

  • Get Attribute

 
Both Verify Expression and Verify Expression with Operator can be used to compare two variables. In the first one, they should be in the same expression, in the second one they will be separated. Verify Operator doesn't exist as an activity and Get Attribute is not used for comparisons, but for retrieving an attribute of a UI element.
 
 

Which of the following activity 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 with Operator

 

Verify Expression

 

Verify Control Attribute

 

Verify Control Attribute allows you to directly compare the output of an activity with a given value. The other two activities can do the same type of verification, but they would need an extra step - storing the output of the activity in a variable.

 

Check your understanding

Can the mocking feature be used in Studio Pro without creating a test case?

  • Choose one of the options below
 

Yes

 

No

 

Mock objects can only be created by selecting 'Mock workflow under test' in the Create Test Case window. This creates a copy of the workflow with the name workflowName_mock and stores it in Project > Mocks.

 
 
 
 

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 as many mock files as needed for the same test case. The other statements are true.

 

 

Match the test levels with the right definitions.

 

Which of the following activities can be used to verify if the values of two variables are equal?

  • Choose all the options that apply

 

  • Check App State

  • Verify Expression

  • Verify Expression with Operator

  • Get Attribute

 

Which of the following ways of running a data-driven test case are available in Studio Pro?

  • Choose all the options that apply

 

  • With a single data set

  • With a selection of the data sets

  • With all the data sets

     

     

+ Recent posts