OVERVIEW:
Generate Report: Live Site QA Report
- Manually check if SWXL links are displaying on live site as intended – All Languages
- Set up automated script to check SWXL links on live site monthly – All Languages
PROCESS:
- Check the Expedia SWXL Production endpoint and verify the correct SWXL package is listed.
https://s3-us-west-2.amazonaws.com/swxl-us-west-2/prod.properties
- Browse to a page which is in the SWXL and note the SWXL section. Run something like:
select u.url, k.keyword from s_swxl_relation r join s_swxl_keyword k on k.keyword_id = r.keyword_id join s_swxl_url u on u.url_id = r.current_url_id join (select top 10 * from s_swxl_url) t on t.url_id = r.current_url_id order by u.url, k.keyword
- Compare the results with the links rendered.
- From https://dev.myersmediagroup.com/mmgsvn/KMS/trunk/ILG/trunk/qa
- Run 01-insert_swxl_qa_list.sql manually.
- For new SWXLs, create “test_swxl_{pos}” as a Jenkins job on builds.mmg, using an existing job as a template.
“expedia-th-en” completed.
“expedia-th-th” completed.
“lastminute-au” completed.
“expedia-sg” completed.
“expedia-us” completed.
“expedia-aago-my” completed.