Multiple choice technology

Step 1:- Create a new Page by name 'My_Test_Page' Step 2:- Assign all the relevant properties ( url = MyTestPage ) Step 3:- Open IE, and run the following url in the browser http://hostname/urlmagic/My_Test_Page.htm What is the result.

  1. "Page Not Found Error" is displayed

  2. Opens a Blank Page without any error

  3. Opens a Blank Page with error - "No Template Exist."

  4. Unpredictable behaviour

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The page was created with an underscore in its name ('My_Test_Page') but the URL attempts to access it without underscores ('MyTestPage'). Since the actual URL would be /urlmagic/My_Test_Page.htm to match the page name, the mismatched URL results in a Page Not Found error - Livelink URLs must exactly match the page object name.