Friday 27 January 2017

Seeking testing software (like QTP, Selenium) for ArcGIS platform (Desktop and Web)?


Does anybody know any testing software/tools for ArcGIS platform (version 10.1)?


Specifically: Customized ArcGIS Desktop application & Web application.


I researched on Google but am not able to find any specific software. Few experts told me to try manual testing so I'm a little bit confused.



Answer



This presentation has a list of tools on page 14, though it doesn't go into how they are used and for what purpose:




  • Test Design


  • Automation tools

    • Python

    • SilkTest

    • JUnit

    • XTest

    • C#


    • Selenium

    • Visual Studio Team Test




For ArcObjects unit testing, see this question, as well as this article for some suggestions.


Regarding ArcGIS Server performance/load testing, this presentation suggests an additional set of tools, and offers up some pros/cons for each:



  • LoadRunner

  • Silk Performer


  • Visual Studio Team Test

  • JMeter


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...