Our test-app runs on multiple Virtual Machines through Selenium Remote Control. The App sits on a test controller Server.
The test-app is used to test a third party online application.
我怎么能检验一下,某些证书的Selenium-RC是否读过档案或文件。
是否有任何东西,如<代码>file.canRead(filepath),也有哪些东西可供 se?
Before you respond:
File s canRead(filepath)
will only test if the file is readable from a test controller server, not able to say anything if it is readable on VM where actual browsers are opening(testing) third-party-online-application.
基本上,我想通过 se将一些档案上载到第三方在线申请。
在上载之前,我希望确保文件能够上载(在履历上)。