简体   繁体   English

使用Selenium Webdriver支持浏览器兼容性测试

[英]Support Browser Compatibility Testing using Selenium Webdriver

-After Cross browser check using selenium web driver how can we identify that the operation perform on web application is going right way on each browser? -使用Selenium Web驱动程序进行跨浏览器检查后,如何确定在每个浏览器上对Web应用程序执行的操作是否正确?

-And How to check that web application supported in all browser or not or that support which browser? -以及如何检查所有浏览器是否支持Web应用程序或支持哪个浏览器?

  1. Try it. 试试吧。 If it didn't fail, it passed. 如果没有失败,那就通过了。
  2. Are we talking about an existing, public web application? 我们是在谈论现有的公共Web应用程序吗? Read the documentation on browser support. 阅读有关浏览器支持的文档。 If it's one you are creating then you have to test it in each browser you want to support and make sure that it functions correctly. 如果是正在创建的,则必须在要支持的每种浏览器中对其进行测试,并确保其正常运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM