Forums de discussion

Testing Tool For Liferay

Babu Janarthanan, modifié il y a 15 années.

Testing Tool For Liferay

Regular Member Publications: 128 Date d'inscription: 31/07/08 Publications récentes
Hi,
Is there any specific testing tool for liferay. how liferay is testing there application.

Thanks emoticon
thumbnail
Alex Wallace, modifié il y a 15 années.

RE: Testing Tool For Liferay

Liferay Master Publications: 640 Date d'inscription: 05/11/07 Publications récentes
You can look at portal source and will find tests, written using junit at the core. There is also some UI testing using Selenium.

There is no straight forward way to test your own services, but you can definitely see how it is being done in the portal source and base your tests on similar ant tasks and code.
thumbnail
Dhandapani Shanmugam, modifié il y a 14 années.

RE: Testing Tool For Liferay

Regular Member Publications: 176 Date d'inscription: 24/03/09 Publications récentes
Hi Alex,

Can you please give me some reference link for testing my liferay portal application through selenium, If you have any idea, please give me some guidance.

Thanks in advance

Dhans
thumbnail
Alex Wallace, modifié il y a 14 années.

RE: Testing Tool For Liferay

Liferay Master Publications: 640 Date d'inscription: 05/11/07 Publications récentes
Google is your friend:

I just did a search for "liferay selenium" and found:

http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/Selenium+Testing

That link explains what I found looking at the code, but better than I could.

Hope it helps!