Forums de discussion

Liferay 6.2 Automation - using selenium

babu babu, modifié il y a 6 années.

Liferay 6.2 Automation - using selenium

New Member Publications: 18 Date d'inscription: 17/06/11 Publications récentes
Hi,

We have a portal running develope,built and running in liferay 6.2.
As part of the QA activity, we want to automate our website, using selenium.

Had searched in liferay site to get knowledge and kick start on it. But unfortunately, the below wiki page

https://web.liferay.com/community/wiki/-/wiki/Main/Selenium+Testing

talks on liferay 4x and 5x. So, we couldn't relate things to liferay 6.2.

Can any one guide us on the right path to start or to come to a conclusion?


Thanks,
Babu
thumbnail
Andrew Jardine, modifié il y a 6 années.

RE: Liferay 6.2 Automation - using selenium

Liferay Legend Publications: 2416 Date d'inscription: 22/12/10 Publications récentes
Hi Babu,

What time of testing are you looking to perform? I have used selenium in the past to run automated tests, simply by using a recorder to record the tests that I want to perform. You just need to make sure that the items you want to target in the recording have ids that you can capture.

Is that what you are looking for? or something else?