Web App testing testcases planning

Hey Experts,

NEED YOUR FAVOUR !!!

We have requirement of fully automating a XYZ web application testing/testcases using UiPath. We have knowledge of Test Manager, Test Suite, UiPath Studio, Orchestartor etc…

Here we need to understand from any expert is about, How can we plan whole Web App testing testcases? And breakdown the requirement into pieces in such standard way that from development point of view, we can have reusability of code including Data driven testing possible/User role based testing possible using same testcase?

Possibilities of generating report about those testcases? Such as simplified excel report Or Orchestrator dashboard or any other user-friendly possibilities…

In short we want opinions/idea/suggestions on How can we plan this project so that those same testcases can be used while every NEW features/versions are deployed.

I am also looking for the same answer.

  1. Create Test Automation project for Regression test, end-to-end and others
  2. if all testing belongs one single application - 1 project with object Repo and Ui Library will be an efficient way to go
  3. if they are small small component wise testing from different applications - better to just create separate test project and just link them in orchestrator
  4. Project publishing no matter how many times you make change - does not take much time to publish, each time you make change YES - you will have to publish to orchestrator - automatically it will over ride when you publish test case structure changes and dataset whatever you updated.
  5. technically you can reference one workflow in another but practically you would may be want to take 1 simple scenario to that out - as long as the components and dependencies for that particular workflow is in another project - with invoke xml should let you use and create test case.

For e.g.

  1. API Project => For All API and DB test cases
  2. UI object repositories => Created module wise repository
  3. UI Logic - reference UI descriptor => all test cases

Hey Pravin, Thanks for your reply! Can we connect once and discuss the same. Have to understand above idea using small example.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.