Skip to main content
Solved

Test Automation feature

  • September 9, 2024
  • 4 replies
  • 386 views

Forum|alt.badge.img+1

Hello Automation Anywhere Community,

 

My team is considering using Automation Anywhere 360 for automating some of our manual test cases for our Web applications.  Does Automation anywhere has the feature of test management ?

Things that I’m looking to automate is functionality, UI, end-to-end, etc. and verifying the expected results for each action.

 

Thank you and look forward to your response.

Best answer by amore17

Hi @Shruthi Arali   As far I understand your question 

You can create a task based on Test case ID or Scenario wise and test the application with positive , negative and boundary value analysis . Once task is completed create a code in such a way that it  will keep records of every task performed by bot and mentioned result. It can be feasible. 

AA has web-based UI automation and you can create your testing based on your need. Hope you find your answer. 

4 replies

Dineshkumar Muthu
Flight Specialist | Tier 4
Forum|alt.badge.img+9
  • Flight Specialist | Tier 4
  • September 10, 2024

Hi @Shruthi Arali 

For web-based UI automation, you can utilize the Browser, IF condition, wait and Recorder packages to automate web applications.

To validate the status, you can implement some if conditions.


Forum|alt.badge.img+1
  • Author
  • Cadet | Tier 2
  • September 10, 2024

@DK 964

Don’t we have specific actions to be used in Automation anywhere for application testing…?

Are there any testing specific actions and can we get testing reports ?


amore17
Most Valuable Pathfinder
Forum|alt.badge.img+6
  • Most Valuable Pathfinder
  • Answer
  • September 11, 2024

Hi @Shruthi Arali   As far I understand your question 

You can create a task based on Test case ID or Scenario wise and test the application with positive , negative and boundary value analysis . Once task is completed create a code in such a way that it  will keep records of every task performed by bot and mentioned result. It can be feasible. 

AA has web-based UI automation and you can create your testing based on your need. Hope you find your answer. 


Shreya.Kumar
Pathfinder Community Team
Forum|alt.badge.img+14
  • Pathfinder Community Team
  • November 28, 2025

Hi @Shruthi Arali   As far I understand your question 

You can create a task based on Test case ID or Scenario wise and test the application with positive , negative and boundary value analysis . Once task is completed create a code in such a way that it  will keep records of every task performed by bot and mentioned result. It can be feasible. 

AA has web-based UI automation and you can create your testing based on your need. Hope you find your answer. 

that’s a great suggestion by ​@amore17!
I find that Forms can be a great way to audit output values, and display expected vs actual results in a process.