掲示板

Liferay Testing strategy

11年前 に Swetha a によって更新されました。

Liferay Testing strategy

New Member 投稿: 2 参加年月日: 13/02/15 最新の投稿
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
11年前 に David H Nebinger によって更新されました。

RE: Liferay Testing strategy

Liferay Legend 投稿: 14915 参加年月日: 06/09/02 最新の投稿
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.
11年前 に Swetha a によって更新されました。

RE: Liferay Testing strategy

New Member 投稿: 2 参加年月日: 13/02/15 最新の投稿
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.