Fórum

Liferay Testing strategy

Swetha a, modificado 11 Anos atrás.

Liferay Testing strategy

New Member Postagens: 2 Data de Entrada: 15/02/13 Postagens Recentes
My name is Swetha and I am new to Liferay. I was wondering if someone can share some of the Best practices and also Testing strategies for Liferay Portal? Any help is truly appreciated.
thumbnail
David H Nebinger, modificado 11 Anos atrás.

RE: Liferay Testing strategy

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
Testing strategy? Do the same thing you would in a servlet-based world:

1. use junit for testing your java code.
2. use a web testing tool for testing the interface.
Swetha a, modificado 11 Anos atrás.

RE: Liferay Testing strategy

New Member Postagens: 2 Data de Entrada: 15/02/13 Postagens Recentes
Thank you David. I was wondering if you could help me with the Best practices for Liferay too. Please let me know. Thanks in advance.