Hello World Test

Standard Behaviour

Catch some text items.

Tutorial.HelloWorld
item sayHello() sayBye() ask() answer()
  Hello World Good bye How are you? Good, thanks!
3 Hey mate Catch ya later How's it hanging? A bit to the right!
1 G'day See you later How is it going? Yeah alright!
  Hello World Good bye How are you? Good, thanks!
2 Hi! See ya How's things? Not too bad!

Switch to German

Reconfigure the HelloWorld thingy. Just replace some text with German phrases.

Tutorial.HelloWorld
item domain text1 text2 setText()
1 hello Guten Tag   true
1 bye Auf Wiedersehen   true
1 qa Wie geht es Ihnen? Danke, gut! true
2 hello Hallo!   true
2 bye Tschüss   true
2 qa Wie geht 's? Nicht schlecht. true

Catch some phrases and see if they are German.

Tutorial.HelloWorld
item sayHello() sayBye() ask() answer()
2 Hallo! Tschüss Wie geht 's? Nicht schlecht.
1 Guten Tag Auf Wiedersehen Wie geht es Ihnen? Danke, gut!

fit.Summary