Hi,
I am working on Model-Based Testing. I need to find code samples written in python. The code will take input from user which will be different parameters. And the output will be the different combinations of that parameter. This part is simple. I have no problem with it. But I want to put different constrains on the parameters (for example, keep one parameter constant and change other parameters in a certain range). At the end my intention is to make a very dynamic program which will support giving different constraints.
I am working on Model-Based Testing. I need to find code samples written in python. The code will take input from user which will be different parameters. And the output will be the different combinations of that parameter. This part is simple. I have no problem with it. But I want to put different constrains on the parameters (for example, keep one parameter constant and change other parameters in a certain range). At the end my intention is to make a very dynamic program which will support giving different constraints.
Comment