mathieuleb
11 years agoContributor
Test that generate Test?
I ask in other thread, but my question was not clear and I accidentally click accept the answer.
http://smartbear.com/forums/f74/t92222/it-is-possible-to-instantiate-test-items/
I have a UI Test (Test1) with parameter X Y Z, and I need to run this multiple time, and all the parameters are in a configuration file. We can't create manually a test items for each entry.
I want to run to be able to run new test instance.
Ex:
-Test2 run a script that call new tests:
-Test1_1
-Test1_2
...
The problem is that I want stop on error on sub-test level (Test1), not on Test2
It's possible to do that?
My only solution at the moment is to create a temporary ".mds" file that I will generate from my configuration. And I really don't like this solution
Thanks
http://smartbear.com/forums/f74/t92222/it-is-possible-to-instantiate-test-items/
I have a UI Test (Test1) with parameter X Y Z, and I need to run this multiple time, and all the parameters are in a configuration file. We can't create manually a test items for each entry.
I want to run to be able to run new test instance.
Ex:
-Test2 run a script that call new tests:
-Test1_1
-Test1_2
...
The problem is that I want stop on error on sub-test level (Test1), not on Test2
It's possible to do that?
My only solution at the moment is to create a temporary ".mds" file that I will generate from my configuration. And I really don't like this solution
Thanks