• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Automated Testing Tools

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What automated testing tools are commonly used by QA engineers other than Selenium?
 
author
Posts: 799
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've seen Watir in use in a couple places, and it was reasonably effective.

If you're doing Selenium, I'd recommend Capybara if you're just getting started.

Jeff
 
Ranch Hand
Posts: 49
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For web: Watir

For desktop:
  • Sikuli
  • LDTP


  • For mobile: Appium

    For performance testing: see Open Source Load Testing Tools: Which One Should You Use? guide
     
    Greenhorn
    Posts: 2
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    It depends on what we want to test. However, when it comes to java test automation, we are using Ranorex.
    For more information, see http://www.ranorex.com/java-test-automation.html
     
    Greenhorn
    Posts: 7
    Android Firefox Browser Chrome
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I was engaged in testing and I have used TestComplete. It is very comfortably!
     
    Greenhorn
    Posts: 1
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I've used Playwright and prefer it over Selenium. I feel it's more modern. You can see all the differences between Playwright vs Selenium in this blog.  
     
    Marshal
    Posts: 80962
    525
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Welcome to the Ranch

    I hope you aren't too late for the original poster's request.
     
    I'm all tasted up for a BLT! This tiny ad wants a monte cristo!
    Clean our rivers and oceans from home
    https://www.kickstarter.com/projects/paulwheaton/willow-feeders
    reply
      Bookmark Topic Watch Topic
    • New Topic