How can I make test cases for multiple scenarios scalable?

Dhaval Vala February 26, 2023

I'd like to write test cases for a features that has multiple scenarios. 

Like: 

  • Product Plans (Basic, Standard, and Premium) 
  • Several interconnected services 
  • Several features associated with connected services and product plans 

How do I write test cases for a specific feature that is related to connected services and plans? For example, I'm writing test cases for X feature for Y connected services for Z Plan. 

How do I make them more scalable? 

Thanks. 

 

2 answers

0 votes
Stefan Salzl
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 12, 2023

Hi @Dhaval Vala - welcome to the community,

I´m not quite sure if I got your requirement 100% correct. As far as I understood correclty might parametrized tests solve your problems (see the link below).

https://docs.getxray.app/display/XRAYCLOUD/Parameterized+Tests

 

If not could you please describe your use case / scenario in more details?

 

Best
Stefan

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 26, 2023

What application are you using?  Most of us use Jira for test cases, but you've not said what you are using.  Also, most of us use apps designed to support test cases inside Jira - are you using one of those?  (Zephyr, XRay, Qmetry, etc)

Dhaval Vala February 26, 2023

I am using XRay.

Dhaval Vala February 28, 2023

Any suggestions? 

Suggest an answer

Log in or Sign up to answer