[Http-webtest-general] test plugin
Brought to you by:
m_ilya,
richardanderson
From: Cao, H. (NIH/NCI) <ca...@ma...> - 2004-03-05 17:09:28
|
Hi, I'm new in HTTP::WebTest. I copied the following code and save as a wt file. plugins = ( ::Click ) test_name = First page url = http://martynov.org/ text_require = ( Ilya Martynov's Web Site ) end_test test_name = Mail-CheckUser page click_link = Mail-CheckUser text_require = ( Mail-CheckUser Download ) regex_require = ( Mail-CheckUser-[\d\.]+\.tar\.gz ) end_test When I run it in Unix, I got error message said: HTTP::WebTest: wtscript parsing error Line 13 near 'end_test': Test parameter or end_test is expected If I only run "First page" test, code works fine. So, any body can tell me why the click_link doesn't work? How I fix it? Thanks, Hong Cao Laboratory of Molecular Pharmacology Building 37, Room 5068 37 Convent DR MSC 4255 Bethesda, MD 20892-4255 |