Forum Discussion
NisHera
10 years agoValued Contributor
you can do like............
Project Suite A
Variable = X
Test - Create order for Customer X
in test run time write X=A
Project Suite B
Test - Create order for Customer X
in test run time write X=B
So you do not necessarily change Project A but assign customer detail at run time
- asmatullah10 years agoContributor
You can create shared library (scripts)and make some function for Order_Creation(client) inside it .
Then call this function inside the project script or any where you want it .