Crawljax - 支持Ajax的网络爬虫,可以用于WEB自动化测试

http://crawljax.com/

 

 

Crawljax is an open source Java tool for automatically crawling and testing modern (Ajax) web applications.

Crawljax can crawl any Ajax-based web application by firing events and filling in form data. It creates a state-flow graph of the dynamic DOM states and the transitions between them. This inferred state-flow graph forms a very powerful base for many types of automated web testing:

  • Invariant-based testing
  • Regression testing
  • Non functional testing (Accessibility, validation, I18n, security, …)
  • Detecting broken links/images/tooltips
  • And via its plugin architecture many more…

相关文章:

  • 2022-12-23
  • 2021-05-10
  • 2022-02-08
  • 2021-09-21
  • 2021-09-12
  • 2021-05-16
  • 2021-12-17
  • 2021-09-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2021-11-10
相关资源
相似解决方案