Forum Discussion

Louis's avatar
Louis
Contributor
14 years ago

Propery Checkpoint Problems

When I use property check point to check on screen values. Testcomplete flags differences when it seems the only differences are spaces. Is there anyway to correct this.

I am using a data driven keyword test using a csv file. The same csv file is uploaded into my tested app and stored within.

example:

Csv data = "qwerty"

Onscreen using tested app = "qwerty"

Testcomplete observes onscreen data as = " qwerty "

can i somehow get test complete to ignore the blank spaces? i.e just concentrate on the qwerty bit

3 Replies


  • Hi,





    Specify 'Contains' as the Condition value on the Comparison parameters page of the Create Property Checkpoint dialog.
  • that works but it isn't really accurate enough. I need to be sure that the returned values are dead on the original values. using "contains" will allow the value 115 to successfully comapre against 15.