开发者

What is the best tool for functional testing of a complex web application [closed]

Closed. Th开发者_C百科is question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

I have a fairly complicated web application that is written using Grails. I am trying to set up a functional testing framework, initially using Selenium, but have run into two problems.

  1. Part of the page I wish to test involves a treelike data structure that is displayed using jstree. The problem here is that the action I wish to simulate - the user clicking on a node to display its children - seems to be triggered by a click on a specific co-ordinate within a div, which is proving hard to test. I have managed to work around the problem by opening this node using Javascript passed directly to the browser by Selenium's executeScript() method.

  2. The webapp makes heavy use of file uploads, and this is something that I definitely need to test. There is no straightforward way to submit file uploads using Selenium.

What is the best way of going about this? I am considering trying Tellurium (but it's not clear from my reading whether or not file uploads work) or iMacros (on the assumption that a browser extension will handle file uploads better). This can't be a rare situation that I'm in; can anybody suggest a better alternative?


Admittedly I am biased, but may I suggest Telerik Test Studio which you can find here: . I just verified we can record and playback clicks on the special expander of a jsTree without any difficulty whatsoever. We also have built-in support for handling file uploads. What else do you need?

Cody, Test Studio Support Officer


We have used Rational functional tester to test Web 2.0 based application using dojo tool kit 1.0 . We used along with our own homegrown framework . It worked well with few exceptions like not very good support for new browsers of Firefox new releases etc.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜