0

I've been using HTMLUnit and it's good but it does not work with all the sites, and when testing new sites I'm always unsure if it will work or not. Is there anything that has "full" JS support? something that is just like a real browser? I'm ok with it not being able to run on Java. Python would be good too. Any language would do as long as I can log results to my pgsql database.

Johan
  • 74,508
  • 24
  • 191
  • 319
Arya
  • 8,473
  • 27
  • 105
  • 175

1 Answers1

1

If you're testing javascript, I would suggest a javascript test framework, such as Jasmine or Phantom.js.

Peter Bratton
  • 6,302
  • 6
  • 39
  • 61