sdruker
11 years agoContributor
Running the same project suite in two different computers
Hi,
I have a project suite in shared mode, and I have keyword tests that are getting the browser type (IE\Chrome\FF) as a parameter.
I want to excecute night run of all the secarios on FF and IE.
Is it possible to do that from 2 different computers?
Computer#1 will Run everthing on IE
Computer#2 will run everthing on FF
I had an idea to store the value of the browser parameter in a csv and the tests will read it from the csv. But I figured out that this soultion is not helpful because it's a problem to read 2 different values, this is acctually the same issue that I had in the first place
any ideas?
Thanks
I have a project suite in shared mode, and I have keyword tests that are getting the browser type (IE\Chrome\FF) as a parameter.
I want to excecute night run of all the secarios on FF and IE.
Is it possible to do that from 2 different computers?
Computer#1 will Run everthing on IE
Computer#2 will run everthing on FF
I had an idea to store the value of the browser parameter in a csv and the tests will read it from the csv. But I figured out that this soultion is not helpful because it's a problem to read 2 different values, this is acctually the same issue that I had in the first place
any ideas?
Thanks
- Hi Sivan,
Yes, this is possible.
Not sure what problem with parameters you are talking about.
For example, you may create a project variable of temporary type and assign this variable the value of the needed browser. Value assignment may be static or done dynamically during the test (by reading your CSV file). Then use this variable as a value for the parameter of the keyword test. In shared mode variable's value will be 'personalized' for every test machine.