简体   繁体   English

在citrix xenapp下运行应用程序时自动进行测试

[英]automating the tests where application running under citrix xenapp

我几乎没有尝试在应用程序中自动化一些脚本以进行回归测试,但是这里面临的挑战是,该应用程序在Citrix XenApp下运行,因此无法以通常的方式(Selenium和UFT)使其自动化。任何人都可以帮助我找到在citrix下自动执行应用程序的方法:)

With Citrix, like any other image based screen, you can use : 像其他基于图像的屏幕一样,借助Citrix,您可以使用:

  • Insigth Object to locate and interact with images on the screen Insigth对象以查找屏幕上的图像并与之交互
  • GetTextLocation method to locate text using OCR (optical character recognition) GetTextLocation方法使用OCR(光学字符识别)定位文本
  • Low level recording to click at some screen location, by coordinates 低级录制以按坐标单击某些屏幕位置
  • SendKeys function to input text on the screen SendKeys函数可在屏幕上输入文本

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

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