regular expressions in property checkpoint
Hi everybody, I have an issue with regular expression in property checkpoints. I want to comparea string. In this stringthere's the current daytime. So to compare this string I need to substitute the daytime with a regular expression. Here's my string: 18:23:45 - test123 This is my regular expression to compare the string: \d\d:\d\d:\d\d - test123 So, this works just fine! My problem is, when I try to compare a string with two or more lines, like this: 18:23:45 - test123 18:23:52 - test456 This expression won't work in TestComplete: \d\d:\d\d:\d\d - test123 \d\d:\d\d:\d\d - test456 I just don't know why this won't work. any ideas? Thanks!Solved1.6KViews0likes1CommentWildcard in Property Checkoint via keyword test
Hi there, is it possible to put a wildcard in a property checkpoint via keyword testing? I.e. I want to test a string with a variable (e.g. time): 12:43PM, lorem ispum So my test would be something like: *+",lorem ipsum" It works in a script, but does it also work in keyword testing? Thanks in advance. ArminSolved1.2KViews0likes2CommentsTestComplete returns NULL from Excel in Property Checkpoint, but returns Correct value in Jscript
I am using the PropertyCheckpoint to verifya value from UI with a value from an Excel. Thecheckpoint returns a NULL value from the Excel, but when i use a script to do the same, i get the correct value. Pleaselet me knowwhat the issue is. P.S: This is just one of themany "irregularities" i have found in TestComplete. Willbring them upwhen i get time.Solved4.6KViews0likes9Comments