Automation Anywhere, headquartered in San Jose, California, offers their robotic process automation (RPA) software.
$750
per month
SpecFlow
Score 10.0 out of 10
N/A
SpecFlow is an open source BDD for .NET. that aims to bridge the communication gap between domain experts and developers by binding readable behavior specifications to the underlying implementation.
Automation Anywhere is well suited for automating repetitive or complex tasks that can be performed on a timeline such as data processing, data extraction, and file transfers. Automation Anywhere also has capabilities for integration with legacy applications and APIs to automate more complex data flows. Automation Anywhere is also ideal for automating document processing, form filling and other web activities since it has both image recognition and image-based automation capabilities.
On the other hand, Automation Anywhere is less appropriate for tasks requiring high levels of system intelligence such as machine learning or natural language processing as these require different types of technology. Additionally, if a task requires manual elements such as validations or reviews then Automation Anywhere may not be the most suitable solution either. It can be possible to set up automated validations but that might not always result in an ideal solution due to its limitations.
It is best suited for implementing the automated test cases in a human readable form so it's easy for non-technical members of the team and stakeholders to understand the test cases, features and the functionalities of the application. Automation of Integration tests and End to End tests are good use case. It is less appropriate or situations where the focus is only on the writing and maintenance of unit tests.
Now I easily generate the invoices and quotation generation is an easy task now. Previously it was very time consuming as we have to drag the data from the excel sheets.
I will praise its integration with other software that has facilitated us to make amendments in the data across those platforms.
Versatility to be used in combination with different kinds of automated testing like automated performance testing, API testing, UI testing etc. I use JavaScript, Selenium, C#, email testing libraries, database testing libraries in combination with BDD with SpecFlow. I am able to use all these with SpecFlow to make my automation framework to be able to automate any kind of automated testing.
It provides different widely used runner options like NUnit, XUnit etc. Before I started to work on establishing proper test automation in my workplace, the previous automation framework (non-BDD based) as well as unit tests used NUnit runner. The transition to using BDD was smooth because we could use the same runner and there were no compatibility issues.
The auto-complete feature is good. I use it with Visual Studio as well as Rider and I don't have to recall the entire Gherkin statements. I just type a few words and the entire Gherkin statement implemented in framework is auto-suggested by SpecFlow. It saves time and context switching.
Automation Anywhere doesn't come with easy installation, We need to install Java, IDEs and Databases in an orderly fashion which we are not able to do.
Automation Anywhere has no workflow design which is not making us to understand the process.
Automation Anywhere has no fit to size object cloning.
SpecFlow does not accepts optional input variables in the methods defined during Gherkin statement implementation. Cucumber supports optional input variables in the methods defined during Gherkin statement implementation.
The tests identified while using SpecFlow with NUnit removes all white spaces in the scenario names. It makes the tests less readable. If the white spaces are not auto-removed, it would be much better for readability as well as their actual identification in the repository.
On more complex use cases, Automation Anywhere requires technical background like knowledge on network protocols and database language on task creation, and even people with technical background might have some trouble in the beginning because of the product particularities on how variable manipulation works, or how to get the object cloning (a more resilient screen manipulation command) to work as intended. The scheduling of tasks on the Control Room and the autologin feature isn't intuitive as they should, so much of this works requires documentation analysis to get it done on the first time.
Automation Anywhere is a great tool for a low cost, fairly easily scalable, and quickly learned. The company is growing by leaps and bounds and continually pushing the automation boundaries. The problem with fast expansion is that sometimes you can grow more quickly than you can appropriately support your products. While Automation Anywhere has an excellent support structure in place, every company and situation is different, and they often struggle with why problems arise in the system and how to fix them.
Automation anywhere scores well with respect to other solutions when we look at bot implementation, bot management, and basic automation. From a security perspective as well, AA fares well as compared to other solutions. UIpath is better suited when we operate using VPN systems and integrating with homegrown solutions.
SpecFlow is .Net based which supports C#. Behave is Python based. Cucumber is Java based. Ghost Inspector is no-code based but provides very limited testing features. We wanted to implement BDD so we rued out using Ghost Inspector. Most of the developers in my team are C# experts so it was decided for everyone's comfort to go for SpecFlow rather than Behave or Cucumber. It's import to have technical experts in the language of the automation framework because there are many situations where the solutions to the test automation needs are not straightforward and implementing those requires expertise in the related programming language.
Highly reliable once you start experiencing the results. It helps you to have a clear cut results with better productivity numbers and financial savings
Everyone stays on the same page regarding the behavior of existing functionalities whether it be technical or non-technical individuals. So there is less need for multiple people to get involved which saves time and thus money.
Reusing the same code through the implemented Gherkin statement saves test automation time and thus reduces cost.
We combine SpecFlow with other opensource testing technologies to make our automation framework more versatile which further saves costs for us.