$BTQFS+4Ͱ&&ςετ
casper.test.begin
'トップページから検索して貼り付けHTMLを取得',
7,
(test)
-‐>
casper.start
'http://app.amazlet.com/',
-‐>
test.assertHttpStatus
200
test.assertTitleMatch
/^amazlet/,
"タイトル文字列が期待通り"
test.assertExists
'form',
"メインフォームがある"
@fill
'form',
keyword:
"chef
solo"
@click
'form
input[type="submit"]'
casper.then
-‐>
test.assertHttpStatus
200
test.assertExists
'p.title',
'検索結果が一つ以上ある'
@click
'a.minibutton'
casper.then
-‐>
test.assertHttpStatus
200
result
=
@evaluate
-‐>
document.getElementById('standard').value
test.assertMatch
result,
/^
do
test.done