ContributionsMost RecentMost LikesSolutionsRe: @tag in SessionCreator Thank you for the help I solved the issue. Re: @tag in SessionCreator Thank you hkim5 for your answer. I try to run the tags which I have on my project. When I run them separately with the single tag name, tests run fine. But with the "and" operation does not work. When I run "@Login and @Logout", It perceives as if it is a single tag and says no such tag was found. @tag in SessionCreator Hi, I have 2 different questions. 1.) When I want to run multiple KeywordTests in command line with SessionCreator, "and" operator does not work. "or", "or not", "and not" are working fine. But "and" does not work. ( /tags:"@Login and @Logout" ). I have try in different ways but still did not work. How can I run multiple test with SessionCreator? Any suggestion? 2.) When I use same tag name for multiple tests and run this tag in command line, how can I arrange the order of the tests? SolvedRe: mathematical operations with variables in KeywordTesting Marsha_R Thank you for your help. It works mathematical operations with variables in KeywordTesting Hi, In my project I need to subtract two values to compare with another value. My problem is how to subtract two values (or add, or any other simple mathematic function) I have created two variables which store my values. And I need make an addition or subtraction and need to create a new variable for the result. After that I will compare the result with another variable for verification. Which method or operation should I use? (I'm creating test cases with keyword tests) Please can you help me on this issue. Thank you. SolvedSessionCreator / ExportLog Hi, I'm using TeamCity for CI and after the execution, I'm getting log files to see the results. I'm using SessionCreator.exe commands from this documentation https://support.smartbear.com/testcomplete/docs/working-with/automating/session-creator/index.html I have several question about /ExportLog:file_name (or /el:file_name) command. 1. Log file name convention – can we use a cmd line (DOS) parameter to insert current date/time in the output file names as part of the cmd line execution? 2. Do we create a new log every time (overwriting the previous one) or at least make a backup of the last one before creating a new one? 3. Do we clean up other items in the folder (e.g. report files, etc.) or keep creating new ones in the same folder for a certain duration before we manually(?) clean them up? Thank you for your answers. SolvedTestComplete and TeamCity Integration Hi, I use TestComplete for our desktop application automation and TeamCity for CI. I run my TestComplete tests on TeamCity by using TestExecute SessionCreator.exe command line. After running my tests on TeamCity through command line, how will I communicate back to the TeamCity environment to able to show the test results (pass or fail) on the TeamCity build log? Thank you for your answers. Solved