4

We made a website using the sitecore. And we have a rule for the DMS part when searching keyword contains SUV, then we do something. But my question is how to test this rule, we have prepared everything for the back-end. How to pass a keyword 'suv' to our website to simulate the search engine?

4

2 に答える 2

2

過去に、Tamper Data Firefox プラグインを使用して DMS 機能をテストしました。プラグインを使用すると、Web サイトへのリクエストをインターセプトし、リファラーを次のように更新できますhttp://www.google.com?q=suv

手順:

  1. Web サイトへのリンクがあるページを Firefox で開きます。
  2. タンパー データ プラグインを開きます。
  3. 「タンパーを開始」を選択します。
  4. サイトへのリンクをクリックします。
  5. プロンプトが表示されたら、[改ざん] を選択します。
  6. 「リファラー」フィールドを次のhttp://www.google.com?q=suvように変更します: (またはテストする検索エンジン)。
于 2013-05-16T12:51:55.717 に答える