简体   繁体   English

在持续测试中使用 UI 测试

[英]Using UI tests in Continuous Testing

I am planning to write some UI tests for a legacy Java EE application.我计划为遗留 Java EE 应用程序编写一些 UI 测试。 Can anyone with similar experience recommend a tool for this?任何有类似经验的人都可以为此推荐一个工具吗? (I am thinking of going ahead with Selenium). (我正在考虑继续使用 Selenium)。 Also do you recommend putting these tests as a part of the CD pipeline (my concern is because they are usually a little fragile)?您还建议将这些测试作为 CD 管道的一部分吗(我担心是因为它们通常有点脆弱)? (It will be great if you guys could share some strategies eg part with CD part as a separate daily regression) (如果你们可以分享一些策略,例如将 CD 部分作为单独的日常回归部分,那就太好了)

Thanks谢谢

Try this as a good pointer.试试这个作为一个很好的指针。 Re-think your approach!重新考虑你的方法! http://googletesting.blogspot.co.uk/2015/04/just-say-no-to-more-end-to-end-tests.html http://googletesting.blogspot.co.uk/2015/04/just-say-no-to-more-end-to-end-tests.html

Also read about the Test Pyramid.另请阅读有关测试金字塔的信息。 http://martinfowler.com/bliki/TestPyramid.html http://martinfowler.com/bliki/TestPyramid.html

Some people will disagree... depends on the calibre of teams you're working with, and the levels of stress they're under to deliver!有些人会不同意……这取决于与您合作的团队的素质,以及他们所承受的压力水平!

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

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