小编Gin*_*ama的帖子

使用Teamcity进行编码的UI测试

我运行MSTest来使用Teamcity在VM上测试WPF应用程序(Coded UI Test).我已经将测试代理安装为交互式进程,但我在Teamcity日志中不断收到此错误

Error calling Initialization method for test class Squarebit.Apms.Terminal.Wpf.Test.CodedUITest1: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestException: To run tests that interact with the desktop, you must set up the test agent to run as an interactive process. For more information, see "How to: Set Up Your Test Agent to Run Tests That Interact with the Desktop" (http://go.microsoft.com/fwlink/?LinkId=255012)
If you are running the tests as part of your team build, you must also set up the build agent to run as an interactive process. For …
Run Code Online (Sandbox Code Playgroud)

testing wpf teamcity coded-ui-tests teamcity-8.0

8
推荐指数
1
解决办法
2860
查看次数

有没有办法计算滚动结束位置

我想知道滚动(recyclerview,scrollview)将在Fling方法中以速度停止滚动的位置.有没有办法计算这个?

android scrollview android-recyclerview

4
推荐指数
1
解决办法
819
查看次数