Hi Team,
I have a test with 3 modules.
- login.
- add an appointment.
3.confirm appointment.
All of these 3 modules are independent tests.
There is a master testcase which contains these 3 test as steps.
These 3 individual tests are parameterized(contains Test_parameters), but when I run the Master test it doesn’t prompt me for any parameters and fetches the default values while running the test.
Is there a way So that I can change the Parameters on these the 3 independent tests added as steps while running the master testcase?