2

which is the best GUI testing tool that could possibly workout in all the browsers. Something that could generate the scripts and those scripts can be reused in other applications for re-execution. Thanks in advance :)

  • There is no testing tool that can drive every browser. – Quentin Apr 23 '12 at 10:24
  • but the thing is like my application work only on IE8 and those application that we test works on firefox. I guess tools like selenium works only on firefox browser. :( in tat case, how is tat possible for me to integrate selenium with my application which supports only IE8? – Shalini Viswanath Apr 24 '12 at 04:16
  • If your target platform is IE8 and only IE8, why are you looking for a testing tool that supports every browser instead of one that supports IE8? – Quentin Apr 24 '12 at 06:09
  • I will make it clear. My application is used as a testing tool tat test other applications running on various browsers.The new requirement is tat, I need to integrate selenium with my app in order to automate the testing. – Shalini Viswanath Apr 24 '12 at 06:23

2 Answers2

1

You should look at WebDriver.

Honza
  • 974
  • 10
  • 18
Mike Kwan
  • 24,123
  • 12
  • 63
  • 96
0

there are some links that can help you:

http://en.wikipedia.org/wiki/List_of_GUI_testing_tools

https://stackoverflow.com/questions/120359/tools-for-automated-gui-testing-on-windows

Community
  • 1
  • 1
Dor Cohen
  • 16,769
  • 23
  • 93
  • 161