Please Help Me Avoid Re-direct Tests | Community
Skip to main content
danieli73027437
May 23, 2018
Solved

Please Help Me Avoid Re-direct Tests

  • May 23, 2018
  • 1 reply
  • 1238 views

Hello all,

The Problem

Currently I'm working at an organisation that has an over reliance on re-direct tests, I understand that in certain circumstances this method is effective but currently around 80% of our tests are set up in this way. Obviously running a re-direct test involves building a new page and really slows down the entire testing process.

In my mind I see three tiers of tests

Tier 1

Basic VEC tests that can be done by a non-dev, this would include text, Imagery and minor layout changes

Tier 2

These tests include the above and introducing new sections into the page and more major layout changes

Tier 3

This would be major changes to the page or even a full page re-design

Currently we would default to a re-direct test for anything that fell into tier 2 or tier 3 (above), what I would like to understand is for a tier 2 (partial re-design) and a tier three test (full page re-design) what would be the most efficient way of running this test without a re-direct test?

I want to avoid running thousands of lines of Javascript to manipulate the DOM, I know this way is possible but it would take a long time and if the test wins it would still need "properly built"

Thanks in advance

Dan

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Shruti_Premkumar

Hi danieli73027437​ You could try using the form based composer to set up your activities instead of the visual experience composer. However the code editor is intended for advanced users who are comfortable with HTML, JavaScript, and CSS. The code view can help you tweak or fine-tune changes, or fix selector issues. It can also be used to add new custom code and actions. You could also use custom code within the visual experience composer for more complex changes.

Do check the documentation for code editor  and the form based composer for more information.

1 reply

Shruti_PremkumarAdobe EmployeeAccepted solution
Adobe Employee
May 28, 2018

Hi danieli73027437​ You could try using the form based composer to set up your activities instead of the visual experience composer. However the code editor is intended for advanced users who are comfortable with HTML, JavaScript, and CSS. The code view can help you tweak or fine-tune changes, or fix selector issues. It can also be used to add new custom code and actions. You could also use custom code within the visual experience composer for more complex changes.

Do check the documentation for code editor  and the form based composer for more information.