dhundley
3 years agoRegular Contributor
if then statement conditions
I am in the middle of a free trial period and have a question about the IF THEN statement for keyword scripts. I would like my code expression to essentially say this: If ProjectSuite.Path "contains...
- 3 years ago
Try this for your "contains".
Use Code Expression for Value 1 and enter the aqString.Find there. -1 for value 2 means the value was not found, so you want Does not equal.
https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqstring/find.html
- 3 years ago
If it was me, I'd create a new project suite with the new name.