简体   繁体   English

如何编写自动化脚本以检查UI更改?

[英]How to write Automation script to check the UI changes?

如何编写自动化脚本来测试UI更改,例如我有切换按钮以在卡片视图和列表视图中查看相同的数据,如何验证toogle按钮可以正常工作?

Are you already using any automation tool or selenium webdriver? 您是否已经在使用任何自动化工具或Selenium WebDriver? If you are using webdriver, you can check for the change in UI content/elements to verify your toggle button worked fine. 如果您使用的是Webdriver,则可以检查UI内容/元素中的更改,以确认切换按钮可以正常工作。

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

相关问题 如何编写可以检查网站以获取新信息的 Python Selenium 脚本? - How to write a Python Selenium script that can check a website for new information? 如果UI xpath或其他定位器一次又一次更改,如何维护Webdriver脚本? - How to maintain Webdriver script if UI xpath or other locator changes again and again? 使用Gojs进行UI自动化 - Using gojs for UI automation 用于UI自动化的Specflow - Specflow for UI automation 如何为Flex应用程序编写selenium webdriver自动化脚本 - How to write selenium webdriver automation scripts for Flex applications Selenium:如何编写同步Selenium自动化? - Selenium: How do I write a synchronous Selenium automation? Selenium UI自动化:运行jquery脚本时无法在IE浏览器中获取元素 - Selenium UI automation: Unable to get element in IE Browser while running jquery script Selenium:如何在自动化完成后停止 python 脚本,自动化后仍能正常使用 EDGE 浏览器 - Selenium : How to stop the python script after automation is complete ,and still use the EDGE browser normally after automation 如何在移动浏览器平台上执行Web应用程序的自动化脚本 - How to execute Automation script of web application to mobile browser platforms 网站循环中的自动化脚本 - Automation script for website in loop
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM