Windows XP配置Selenium Perl Driver

Selenium is a Web UI Automation test tool,used to simulate the human being to click,input,select in the web UI.

The Selenium IDE,released as Firxfox plugin, can record your actions in the ui and replay them, so that you can repeat your test effectively.However, it can not execute the control flow,such as if,else,for,while.It can only execute the linear actions. So, if you want to add flow control to your test cases, you must use seleinum command in a specified language driver. Generally, that is using Java,Perl,C# and so on, to write the test case with the help of selenium( seleinum office web site ).

You can find the selenuim perl module here to config your local perl driver.

Adding perl module, the always problem is module dependencies. When you config the driver, you need to the following modules Test::LWP, Test::MockObject,UNIVERSAL::can and UNIVERSAL::isa.So, you should download them one by one and install them all to your PC.What's more, you should install gcc and dmake,setting your environment path including them.

When you see MAKEFILE file in the module, you can use command "dmake" ,"dmake install" to install your perl module.And "dmake test" can check your environment. README file always tell you how to install your perl module.

 

 

 

OK, that is all.

Enjoy it :)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值