For what do we need the __init__ method in Python?
The __init__ method is the method that will be called directly after the constructor in Python and is used to instantiate the needed variables when creating an object
class Roboter:
def __init__(self, name, year):
self.name = name
self.year= year
Who is one of the authors of the book "The BDD Books – Formulation"
Seb Rose and Gáspár Nagy
Who is this dude?
David Heinemeier Hansson aka. DHH
He is the creator of Ruby on Rails.
Anyone who is currently intensively involved with the "MSCI World" would probably like to.....?
invest money
List the three different scopes of class attributes and how to prefix them.
- private : self.__private
- protected: self._protected
- public: self.public
Name the two different scenario types and explain the when they are needed.
illustrative scenarios
- ideal for communicating the detailed behaviour of a system
journey scenarios
- longer scenarios that describe a complete user journey, which we call journey scenarios. Journey scenarios should be the tiny minority of your scenarios – there should be just enough of them to ensure that a reader can understand how the system delivers useful outcomes. End-to-end view of how the business processes work
Who are these guys?
Kraftwerk
A German electronic band formed in Düsseldorf in 1970 by Ralf Hütter and Florian Schneider. Widely considered innovators and pioneers of electronic music, Kraftwerk were among the first successful acts to popularize the genre.
Who was singing during the olympic opening ceremony 2024 on the eiffel tower stage?
Céline Dion
What is the output of method vars()?
The properties of the object.
What is absolutely needed for a Scenario Outline in contrast to Scenario?
Examples table
Who is this dude?
Gary Arlen Kildall
He is mainly remembered in connection with his development of the CP/M operating system and futhermore of DR-DOS and Co-Host of Computer Chronicles.
From which movie is following famous quote:
"My mama always said life was like a box of chocolates. You never know what you're gonna get."
Forrest Gump (1994)
Name the four cornerstones of OOP!
inheritance
encapsulation
abstraction
polymorphism
Which three different purposes does Gherkin fulfill?
Which company do these people work for?
Microsoft
What does the abbreviation OCR mean?
Optical Character Recognition
Which parameter can be used as argument for the property function?
Hint, there are four!
property(fget=None, fset=None, fdel=None, doc=None)
Principle of Scenarios and explanation!
B usiness Language
R eal data
I ntention revealing
E ssential
F ocussed
Brief
Who is this dude?
Michael Saul Dell
He is the founder, chairman, and CEO of Dell Technologies, one of the world's largest technology infrastructure companies.
What is it?
The Commodore 1530 (C2N) Datasette, later also Datassette, is Commodore's dedicated magnetic-tape data storage device. Using compact cassettes as the storage medium.