sanjay008
sanjay008

Reputation: 31

How to do Automation Testing on Openerp or Odoo?

I want to test odoo modules with the help of Automation Testing Tools.

How can i do that, pls give me suggestion.

Is there any automation testing tool available for odoo project testing?

Thanks in advance.

Upvotes: 1

Views: 1393

Answers (2)

Ajay Jadhav
Ajay Jadhav

Reputation: 2467

You can try open source tools like Selenium.

Additionally, I found this slideshare presentation,

http://www.slideshare.net/openobject/how-to-develop-automated-tests

...which talks about run-bot.

Upvotes: 1

Keriwala Sakib
Keriwala Sakib

Reputation: 21

**You can use selenium testing tool & write a script in it Also u can do YML testing by writing YML script in test files of an OpenERP or ODOO

**

https://doc.odoo.com/6.0/developer/5_16_data_serialization/yaml_serialization/

Upvotes: 2

Related Questions