WILL CALL OPENS ONE HOUR PRIOR TO SHOW. PURCHASING CREDIT CARD REQUIRED TO PICK UP TICKETS - WILL CALL IS LOCATED AT THE MAIN BOX OFFICE ON THE BROAD STREET SOUTH SIDE OF THE CTR.
THE CENTER IS EQUIPPED WITH ELEVATORS AND ACCESSIBLE SEATING IS AVAILABLE. FOR INFORMATION ON ACCESSIBLE SEATING, PLEASE CALL (215) 389-9571. TELECOMMUNICATION DEVICE FOR THE DEAF,(TDD) CALL (215) 389-9599
Cash, American Express, Mastercard, & Visa.
Will Call is located at the Box Office.
Box Office Telephone: 323-468-1770
The Pantages Box Office opens daily at 10am. NO ONE UNDER THE AGE OF 5 ADMITTED
There is no elevator in the Pantages Theatre. Disabled seating is reserved for the exclusive use of the disabled patron and their companion. The purchase or use of disabled seating locations by non-disabled individuals is strictly prohibited and may result in ejection and/or forfeiture of the ticket price.
Das von uns angebotene Testautomatisierung für Manager und Entscheider Schulung vermittelt methodische Grundlagen im Bereich der Testautomatisierung. Wir bauen Basiswissen über die wichtigsten Aspekte der Automatisierung auf und zeigen diese in praktischen Beispielen.
Folgende Fragen werden in der "Testautomatisierung für Manager und Entscheider" Schulung beantwortet:
Was sind die Voraussetzungen für eine gute Testautomatisierung?
Wie unterstützt Testautomatisierung Ihren Projekterfolg?
Wie kann die Testautomatisierung Sie als Manager unterstützen?
Wie fügt sich Automatisierung in Ihre Projektstruktur ein?
Was sind die Unterschiede zwischen Robotic Process Automation (RPA) und Testautomatisierung?
Inhalt des "Testautomatisierung für Manager und Entscheider" Seminars Ablaufplan:
Einführung in die Testautomatisierung
Entwicklung einer Teststrategie
Testautomatisierbarkeit
Datengetriebene Automatisierung
Testautomatisierung im Continuous Integration/Delivery Prozess
Notwendige Prozesse und Strukturen
Reporting
Ziel des Seminars:
Als Seminarteilnehmer/in lernen Sie die grundlegenden Methoden und Konzepte der Testautomatisierung kennen. Des Weiteren erfahren Sie, welche Voraussetzungen erfüllt sein müssen, damit die Testautomatisierung zum Erfolg wird.
Zielgruppe der "Testautomatisierung für Testmanager und Projektmanager" Schulung:
Testmanager
Projektmanager
Teamleiter
IT-Manager/Leiter
Preis
Preis: 920 Euro **Alle Preise verstehen sich zzgl. MwSt
Bei Anmeldung bis 6 Wochen vor Schulungsbeginn erhalten Sie zusätzlich 10% Frühbucherrabatt.
Mehr unter: https://www.qytera.de/seminare-trainings/testautomatisierung-testmanager-projektmanager
Cash, AmEx, Visa, MC
Pick up tickets one hour prior to the show. Customers must present the actual credit card used to place the order and a photo ID.
(212) 221-1211
Monday - Saturday 10am - 8pm Sunday 12pm - 6pm
Java Programming Beginners Course, 3-Days Full Time, London
Excellent course for programming beginners making Java Basics really easy. Learn the principles of Object Orientated Programming. The highlight of the course is the practical projects that will help you learn by doing, covering a large set of skills. Small groups in the classroom allow for personalised attention.
Why do a Java Programming course: Java is very popular, the majority of existing Java Applications are running on Java code.
Booking: Please call to confirm the date. 3 Days.
Certification: PCWorkshops certificate
Included: Teas/Coffees but no lunch. Notes, Exercises, Code Examples, PCWorkshops Java Certificate.
Laptops: Bring your own laptop. Downloads: Java JDK and Eclipse.
Teaching Style: Classroom. Instructor-led. Practical course projects. Useful examples.
Oracle Certification: You can request preparation sessions for Oracle Java SE 8 Programmer I 1Z0-808 Exam.
Course Contents
Overview of Java: The three Object-Oriented Programming (OOP) principles;
Data Types, Variables: Primitive data types; Working with variables and its scope; Type conversion and casting; Introduction to String class;
Operators and Expressions: Introduction of operators; Arithmetic operators; Relational operators; Assignment operator; Logical operators; Increment and decrement operators; More in operators
Decision Making: If statement; If - else statement; If- else if - else statement; Nested if - else; Switch Statements
Using Loops: The while, do-while and the for loops; Enhanced for loops; Jump statements: break, continue; The return statement; Nesting loops; Using the for-each loop with Arrays
Arrays: Working with arrays,
Data Structures, Collections: ArrayList, LinkedList, Vector, HashSet, TreeSet, HashMap, TreeMap.
Database: Connecting to a database using JDBC
Exception Handling: Fundamentals of exception handling; Exception types; Using try and catch; Multiple catch clauses; Nested try statements; Throw and throws; The finally blocks
Streams: Using Streams to access data files.
Introduction to Classes and Objects: Creating a Class; Creating an Object; Using an Object; Adding Instance variables; Controlling accessibility; Naming conventions for class members. Class Constructors; Parameterized Constructors; Inheritance. Abstraction. Interfaces and implementing interfaces. Override. Polymorphism. The dot operator, this keyword, the static keywords, the super keyword.
Using Methods: Introduction of methods; Creating a Method in class; Calling a Method; Returning value from a Method; Adding a Method that takes parameters;
More in Methods and Classes: Overloading methods; Overloading Constructors; Using objects as parameters; Returning objects; Recursion; Access control: private, public and protected; The final keyword; Nested and inner classes; A stack class