1. Real Browser Test
1.1 テストの記録
開始 URL を開く
#
ワークショップの開始URLをChromeで開きます。以下の適切なリンクをクリックして、新しいタブでサイトを開きます。
Note
ワークショップの開始URLは EMEA と AMER/APAC で異なります。お住まいの地域に応じて正しいURLを使用してください。
次に、(上記で開いた新しいタブで)Developer Toolsを開きます。Windowsでは Ctrl + Shift + I、Macでは Cmd + Option + I を押し、トップレベルメニューまたは More tools フライアウトメニューから Recorder を選択します。
注意
サイトの要素はビューポートの幅によって変わる場合があります。記録する前に、作成するテストの種類(デスクトップ、タブレット、モバイル)に応じてブラウザウィンドウを適切な幅に設定してください。必要に応じて、DevToolsの「dock side」を別ウィンドウとしてポップアウトさせると便利です。
新しい記録を作成
#
DevToolsウィンドウでRecorderパネルを開いた状態で、 ボタンをクリックして開始します。
Recording Name には、イニシャルを接頭辞として使用します(例: <your initials> - Online Boutique)。Start Recording をクリックして、アクションの記録を開始します。
記録が開始されたら、サイトで以下のアクションを実行します:
- Vintage Camera Lens をクリック
- Add to Cart をクリック
- Place Order をクリック
- Recorderパネルの End recording をクリック
記録のエクスポート
#
Export ボタンをクリックします:
フォーマットとして JSON を選択し、Save をクリックします。
おめでとうございます! Chrome DevTools Recorderを使用した記録の作成に成功しました。次に、この記録を使用してSplunk Synthetic MonitoringでReal Browser Testを作成します。
JSONファイルを表示するにはここをクリック
{
"title": "RWC - Online Boutique",
"steps": [
{
"type": "setViewport",
"width": 1430,
"height": 1016,
"deviceScaleFactor": 1,
"isMobile": false,
"hasTouch": false,
"isLandscape": false
},
{
"type": "navigate",
"url": "https://online-boutique-eu.splunko11y.com/",
"assertedEvents": [
{
"type": "navigation",
"url": "https://online-boutique-eu.splunko11y.com/",
"title": "Online Boutique"
}
]
},
{
"type": "click",
"target": "main",
"selectors": [
[
"div:nth-of-type(2) > div:nth-of-type(2) a > div"
],
[
"xpath//html/body/main/div/div/div[2]/div[2]/div/a/div"
],
[
"pierce/div:nth-of-type(2) > div:nth-of-type(2) a > div"
]
],
"offsetY": 170,
"offsetX": 180,
"assertedEvents": [
{
"type": "navigation",
"url": "https://online-boutique-eu.splunko11y.com/product/66VCHSJNUP",
"title": ""
}
]
},
{
"type": "click",
"target": "main",
"selectors": [
[
"aria/ADD TO CART"
],
[
"button"
],
[
"xpath//html/body/main/div[1]/div/div[2]/div/form/div/button"
],
[
"pierce/button"
],
[
"text/Add to Cart"
]
],
"offsetY": 35.0078125,
"offsetX": 46.4140625,
"assertedEvents": [
{
"type": "navigation",
"url": "https://online-boutique-eu.splunko11y.com/cart",
"title": ""
}
]
},
{
"type": "click",
"target": "main",
"selectors": [
[
"aria/PLACE ORDER"
],
[
"div > div > div.py-3 button"
],
[
"xpath//html/body/main/div/div/div[4]/div/form/div[4]/button"
],
[
"pierce/div > div > div.py-3 button"
],
[
"text/Place order"
]
],
"offsetY": 29.8125,
"offsetX": 66.8203125,
"assertedEvents": [
{
"type": "navigation",
"url": "https://online-boutique-eu.splunko11y.com/cart/checkout",
"title": ""
}
]
}
]
}