-
Type:
Technical Testing
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Create the test scenarios to validate the parent story, according to the Acceptance Criteria.
Those test scenarios will be writing in the parent story.
Test Cases
Case 1:
When search keywords in Web Content admin, the search results are ordered by most relevance
- Add a new site
- Navigate to Web Content admin
- Add the first web content article
- Type Sales Conferences as title
- Add the second web content article
- Type Liferay Conferences as title
- Add the third web content article
- Type Liferay Events as title
- Assert the Liferay Events is shown at the first, the Liferay Conferences is shown at the second and the Sales Conferences is shown at the third
- Type liferay conference in search bar
- Click the search button
- Assert the Liferay Conferences is shown at the first in the search results, the Sales Conferences is shown at the second and the Liferay Events is shown at the third
Case 2:
When search keywords in Pages admin, the search results are ordered by most relevance
- Add a new site
- Navigate to Pages admin
- Add the first page named Sales Conferences
- Add the second page named Liferay Events
- Add the third page named Liferay Conferences
- Assert the Sales Conferences is shown at the first, the Liferay Events is shown at the second and the Liferay Conferences is shown at the third
- Type liferay conference in search bar
- Click the search button
- Assert the Liferay Conferences is shown at the first in the search results, the Sales Conferences is shown at the second and the Liferay Events is shown at the third