Hi, How to loop some steps and not looping some others?...basically I have a set of steps that are for initiallization (E.g. steps 1 to 6) and I need to execute them only once and iterate 9 times for other steps (E.g. steps 7 to 12). How can I do this using Manual Tests?
Pseudocode:
Run stesps 1 to 6
For (int i = 0; i<9; i++) { Run steps 7 to 12
}
I would like to know how to iterate just in a set of steps and isolate the other set of steps from the iteration
Wonderful. Very nice to start with MTM. This not only included Manual testing but little focus on Automation too.
MrRavindrathakur 1 year ago
Hi, How to loop some steps and not looping some others?...basically I have a set of steps that are for initiallization (E.g. steps 1 to 6) and I need to execute them only once and iterate 9 times for other steps (E.g. steps 7 to 12). How can I do this using Manual Tests?
Pseudocode:
Run stesps 1 to 6
For (int i = 0; i<9; i++) { Run steps 7 to 12
}
I would like to know how to iterate just in a set of steps and isolate the other set of steps from the iteration
rojasrafaelutube 1 year ago