forked from brain-tec/odoo-robot-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdemo.robot
42 lines (33 loc) · 963 Bytes
/
demo.robot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
*** Settings ***
Documentation Test of all elements in OpenERP
Resource openerp_7_0.robot
*** Test Cases ***
Valid Login
Login admin admin demo
Main Menu
MainMenu 75
Capture Page Screenshot
SubMenu
SubMenu 327
Capture Page Screenshot
ChangeView
ChangeView graph
Capture Page Screenshot
ChangeView list
Capture Page Screenshot
Create
Button oe_form_button_create
Capture Page Screenshot
Many2OneSelect sale.order partner_id Agrolait, Thomas Passot
# Date sale.order date_order 07/30/2013
Char sale.order client_order_ref Hallo Welt
AddOne2Many
NewOne2Many sale.order order_line
Capture Page Screenshot
CreateOrderLine
Many2OneSelect sale.order.line product_id Flugticket
Char sale.order.line product_uom_qty 15
Char sale.order.line price_unit 213
# Button oe_form_button_save_and_close
Button oe_form_button_save
Capture Page Screenshot