-2

I want to test Subscription plan manually for the project that is based on create/add employees.

In subscription plan we have 4 types
1.Mini
2.Basic
3.Standard
4.Pro

Those plans have different features (for example):
- In Mini plan allow access to only one application
- In basic allow 2 application access (that company can use 2 applications)
- Maximum Users Range also is defined with subscription plans.
- A frequency for plans also can change on monthly, quarterly, half-yearly and yearly basis.

How do I write use cases for Upgrade plan, Downgrade plan, Discount, Edit, Change and Frequency of the plan in mid of the month.

4

1 回答 1

1

所以我的回答是,首先您可以准备测试用例列表,这些列表将是类型和频率的所有组合(即迷你每月、迷你季度等)。将有许多组合,因此您可以首先关注最重要的(分析应该回答最重要/最关键的)。

其次是为允许的更改编写测试用例(更改类型、频率、同时更改)。

第三是当您有每月、每季度等时如何检查频率。您可以将系统中的日期或频率更改为更短的时间段吗?

我不确定您是否希望我们列出所有需要的测试用例,或者您可以通过一些建议自己做。

于 2017-06-01T05:41:33.313 回答