Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda
Totes les converses
  • Odoo Experience 2017
  • Xerrades
  • Agenda
  • Tots els esdeveniments
  • Odoo Experience 2017
  • Totes les converses
 
  • Odoo Experience 2017
  • Xerrades
  • Agenda


  • Xerrades
  • New App: Online Appointments
  • 2-day training: The Odoo JS framework
    Gery Debongnie - Lead Developer, Odoo
    Fet
  • Moving Legacy Data into Odoo Using the Import
    Thibault François - Technical Consultant Team Leader, Odoo
    Fet
  • Testing Odoo: A Guided Tour
    Adrien Dieudonné, Software Developer - Odoo
    Fet
  • Odoo-Profiler: Advanced Performance Tool
    Moisés Augusto López Calderón
    Fet
  • Tips and Tricks to Design Odoo Website Themes
    Stefano Rigano (sri)
    Fet
  • Boost Your Odoo Development with Pandas
    Davide Corio
    Fet
  • Load Testing: How to Stress Your Odoo with Locust
    Michael Vannerom, Developer, Odoo
    Fet
  • Integrating IoT in Odoo - The Proximus Enco Case
    Valentin Bouttiau, Community Manager & Evangelist, Proximus EnCo & Pascale Woodruff, Business Analyst & Project Manager, BHC
    Fet
  • Auto-Detecting Common Coding Mistakes for Odoo Modules Using Pylint for Odoo
    Moisés Augusto López Calderón
    Fet
Record / Playback Tests Directly in Odoo
Developer
Ubicació: Aula Magna / Lauzelle - 5/10/17 11:00 - 5/10/17 11:20 (Europe/Brussels) (20 minuts)
Record / Playback Tests Directly in Odoo
Andreas Stauder
https://braintec.com
Andreas Stauder
https://braintec.com

Consultant and Head of development in brain-tec I am responsible for the Quality Management. Before joining brain-tec I run my own company I started with colleagues after finishing my studies in computer science and law.


People will learn how to record a test case directly in the browser while operating Odoo as usual on Odoo 10 enterprise. Then saving the test case and playing it back in an automated way.


Whereas existing solutions only record where you clicked (recording the xpath) in the interface, our solution records WHAT you did. Changing the city of a partner, would be recorded e.g. as Char res.partner city Paris


This makes it not only possible to record tests that are easy to read. It is also possible to run the very same test in a completely changed user interface. The presented solution even runs (mostly) after changing Odoo to a different language. Our goal was to make recording a test case so easy that a secretary without any technical background can do it. To record a test you just operate your Odoo as you normally do. Everything will be recorded in another browser window where you can delete or move steps easily. Playing back the tests is nothing more than saving the test in a file, providing the login credentials for your Odoo user and executing the command. A browser window opens and executes exactly the same steps you did just before, but fully automated and in perfect speed. 

What is the structure of the talk: We will start with an introduction to show what the problem is recording test cases in Odoo with standard selenium. Then a live demo followed by some talk about the technical components of the implementation. The idea is to leave quite some time for a Q&A session to learn how people in the audience solved their challenges.

Tiquets
Des de US$ 0,00 fins US$ 1.094,40
Tarifa: US: North America Tarifa
US: North America
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now