markre94
3 years agoOccasional Contributor
Modifying Test Complete Project Properties from script
Hi!
I've came across a specific issue. I'd like to know if it's possible to modify Current Project Properties directly from the script.
I would like to have PlayBack -> OnError property value (from Stop current item to Stop and rerun current item) to be configurable.Is there any specific way to do so?
Another thing is that currently even a manual project property change from GUI directly affects the .mds file since its added to git repository. Is there some nifty way to avoid it? I don't want to commit any changes by mistake. Maybe switching from Current Project Properties to Global? Is that the way to go? If so, how can I accomplish that?