ContributionsMost RecentMost LikesSolutionsRe: How to ignore the error for the whole project The error is "Windows is not response" and it does not application error. Creating OnLogError handle can ignore the Error above. However, at the end of the test, the result is still Failed. I want to ignore that error and have the passed result. I could not find more information about to to fix that. Kevin Re: How to ignore the error for the whole project So I tried OnLogError but I did not know how to block this given error So after the run, the final result was still error. PLEASE ANY ONE HELP ME !!!!!!!!!!!!!!!!!! How to ignore the error for the whole project While running the tests, I have trouble with unnecessary error. This error does not affect the test but it will stop the running tests. Can anyone show me how to ignore the specific error so that the tests can run all of the steps? Thank you SolvedRe: How to Analyze Log with Test Complete For example of the Log: The log will keep updating for about 10 minutes and will create a new one. The old log will be zip. How can I find specific line for information in this Log using Testcomplete? How to Analyze Log with Test Complete Hi, I'm working on the application that most of the results will be stored in the Logs. However, I only need to find 1 line of the Log to validate for the test and the Log keeps updating. Can any one can teach me how to analyze the Log? Or how to find one specific line with information using Test Complete? Thank you SolvedHow to take object property without using checkpoint Hi, Can anyone help me how to take property of object without using checkpoint? Because I just want to take the property and compare it to turn it into the condition for the if else stuff. Thank you SolvedRe: How to make Passed Log with Script test So I have to check if the variables have the values in there. If all of them have values. The test is passed. If one of them does not have the value, the test is failed. I don't know if property checkpoint can check different variables. and I need to find the way to validate the test if it passes. How to make Passed Log with Script test Hi, I know there is a Log.Error when a variable is wrong. However, how to make the Passed Log if there is a right variable. For example in Python: if (variable == False): Log.Error("There is an error") else: ...... I don't know how to make an else to make the test passing. Thank you SolvedRe: Is there any checkpoint check for the color Yes, it was WPF. As you can see, in the application there are 2 columns: I want to set a checkpoint to check there is no Green part in the Storage column. And I could not find anything related to the color checkpoint. Re: Is there any checkpoint check for the color There is no color property in Properties Checkpoint