wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

INTRODUCTION TO DETOX

Total questions: 7

Worksheet time: 4mins

Name
Class
Date
1.

Che tipologia di test permette di eseguire Appium?

a)

White-box

b)

Gray-box

c)

Black-box

d)

Tutte

2.

Che tipologia di app possono essere testate con Detox?

a)

Solo app native

b)

App native e ReactNative

c)

App web e ibride

d)

Tutte

3.

Il test automatizzato non avrà un alto costo iniziale

a)

Vero

b)

Falso

4.

Cosa si intende per EarlGrey?

a)

Un concorrente di Detox

b)

Un framework di testing nativo iOS

c)

Un framework di testing nativo Android

d)

Nessuna delle precedenti

5.

Quali linguaggi possono essere utilizzati per scrivere script Detox?

a)

Java

b)

PHP

c)

Phyton

d)

Javascript

6.

Quando viene richiamata la callback Detox beforeAll()?

a)

Prima dell'esecuzione di ogni singolo test

b)

Dopo l'esecuzione di tutti i test

c)

In nessuna delle opzioni precedenti

d)

Prima dell'esecuzione del primo test

7.

Quale chiamata ritorna un errore?

a)

detox test e2e/firstTest.e2e.js

b)

detox test --configuration ios e2e/firstTest.e2e.js

c)

detox test --c ios e2e/firstTest.e2e.js

d)

Sono tutte valide