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?
質問する
395 次
2 に答える
2
過去に、Tamper Data Firefox プラグインを使用して DMS 機能をテストしました。プラグインを使用すると、Web サイトへのリクエストをインターセプトし、リファラーを次のように更新できますhttp://www.google.com?q=suv
。
手順:
- Web サイトへのリンクがあるページを Firefox で開きます。
- タンパー データ プラグインを開きます。
- 「タンパーを開始」を選択します。
- サイトへのリンクをクリックします。
- プロンプトが表示されたら、[改ざん] を選択します。
- 「リファラー」フィールドを次の
http://www.google.com?q=suv
ように変更します: (またはテストする検索エンジン)。
于 2013-05-16T12:51:55.717 に答える