ChrisProContributor11 years agoSys.Process("****").Exists log an error and not return a valueI would to test if a process is present : if (Sys.Process("****").Exists) { Log.Message("Not Exist"); } else { Log.Message("Exist"); ...Show More
ChrisProContributor11 years agoEt for a field of object : if (Aliases.****.Exists)There is an error when the object is not present?
Recent DiscussionsPulling Test Data from a GitLab RepoHow do I get past the "Unable to start the trial for the TestComplete plugins" errorHow to open HTMLX and tcLogX files outputted by TestExecuteSolved
Related ContentError: This operation returned because the timeout period expired in testcompleteNameMapping issues after IF Object statement returns false?Script Extension property returning error in Python script