开发者

Which testing framework most strongly simulates the user experience?

I know there are ot开发者_如何学编程her similar questions, but I would like to know specifically which framework can run test that exactly mimic the user, or as close as possible.

I have experience with Selenium, but have run into numerous problems. For example, it appears Selenium does not have the ability to click screen coordinates without identifying an element, which would be the more accurate way to simulate user actions.

Are there stronger alternatives to Selenium in this regard?


does not have the ability to click screen coordinates without identifying an element, which would be the more accurate way to simulate user actions.

Blindly clicking on a co-ordinate isn't exactly how users operate. They would click on an element that says "Click Here" and if it moved the next time they came back, they would still click on the element in its new position - they wouldn't click on the blank area where they remember it being.

Tools like Selenium are as close as you can reasonably get to automating what users do - but they should only be used to test the very thin end of the wedge as UI tests are always really brittle.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜