selenium 的几个基础问题,请进
今天刚开始学习selenium,环境是win7,IE7,JDK1.6,myeclipse8.5我先用selenium IDE在firefox下录制了一小段代码,是打开baidu,搜索一下google,然后判断第一条记录是否正确,在IDE下运行正常。我再把脚本保存成JUnit格式,在myeclipse下运行。
先启动selenium RC,启动正常,但是在myeclise下运行不成功,junit总是停留在run的状态下。
弹出了一个IE浏览器,但是提示有脚本错误,也没有其他错误信息。
以下是RC的信息,也没发现错误。。。
有人能指点一下吗?
23:41:41.783 INFO - Command request: getNewBrowserSession[*iexplore, http://www.
baidu.com/, ] on session null
23:41:41.783 INFO - creating new remote session
23:41:41.783 INFO - Allocated session 5084ee961cb4406c8ace6dfe01d045e7 for http:
//www.baidu.com/, launching...
23:41:41.907 INFO - Launching Embedded Internet Explorer...
23:41:42.921 INFO - Launching Internet Explorer HTA...
回复 1# 的帖子
将RC启动方式改为java -jar selenium-server.jar -interactive -singleWindow之后,再运行testcase可以启动,IE提示有安全性问题,运行完成之后,junit也记录为errors.
以下是RC中的错误信息:
com.thoughtworks.selenium.SeleniumException: 对象不支持此属性或方法
at com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:97)
at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:91)
at com.thoughtworks.selenium.DefaultSelenium.waitForPageToLoad(DefaultSelenium.java:635)
at com.example.tests.BaiduGoogle.testUntitled(BaiduGoogle.java:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at com.thoughtworks.selenium.SeleneseTestCase.runBare(SeleneseTestCase.java:212)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:46)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) 录制的东西不可信。录制的东西直接转化不一定就能稳定运行。 贴代码 换下成别的网站。也出现同样问题吗? 暂时只能认为是环境问题
因为同样的代码和配置
我换回xp和ie6下面就没事了。 我试过 XP IE7 也没有问题。 我觉得用eclipse+junit的就够了,myeclipse有的地方设定不太一样,而且没有eclipse便捷。 eclipse 回复 2# lx040114
你好,我在用RC回放的时候,因为前台界面需要验证码,所以回放不成功,我想问一下,selenium工具有命令跳过验证码吗?
因为如果让前台屏蔽验证码的话就得从新提交一个版本 回复 10# qhdsfc
SELENIUM不可能跳过验证码的,如果能的话,现在很多的商业网站的验证码功能都白做了。
要跳过验证码只能让开发人员留后门! 有没有大虾是用eclipse+ruby的啊?
页:
[1]