Hi!
I have a Ranorex-Testsuite that generates a string...
Now I want to take that string and use it in an independent testsuite. It hast to be two very independent Testsuites!
How can I do that?
Start another Testsuite with a parameter from another suite
-
- Posts: 12
- Joined: Thu Jul 11, 2013 10:47 am
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Start another Testsuite with a parameter from another suite
Hello,
I don't know if I understand your issue correctly, but you can try to write the string into a external data file and open this in the second test suite. I would recommend to use the "System.IO Namespace" from the .NET Framework.
Regards,
Bernhard
I don't know if I understand your issue correctly, but you can try to write the string into a external data file and open this in the second test suite. I would recommend to use the "System.IO Namespace" from the .NET Framework.
Regards,
Bernhard
-
- Posts: 12
- Joined: Thu Jul 11, 2013 10:47 am
Re: Start another Testsuite with a parameter from another suite
Isnt it possible to deliver startarguments or parameters to the process that i start? So i can use these arguments or parameters in the process (the ranorex testsuite that is started)?
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Start another Testsuite with a parameter from another suite
Hello,
That should also be possible.
Please find a list with the command line arguments in the section "Running Tests via Command Line" in our user guide.
Please let me know if this works.
Regards,
Bernhard
That should also be possible.
Please find a list with the command line arguments in the section "Running Tests via Command Line" in our user guide.
Please let me know if this works.
Regards,
Bernhard
-
- Posts: 12
- Joined: Thu Jul 11, 2013 10:47 am