ContributionsMost RecentMost LikesSolutionsRe: aqObject.ComparePropertyHello David, Yes 'm using DevExpress QuantumGrid in this case. The property ist of type TcxGridDBColumn. Peter aqObject.CompareProperty I've the following code sequence in my test-script (delphi): : Var SNr: Integer; : aqObject.CompareProperty(Aliases.LPPS.CurrSNr.EditValue, cmpEqual, 32767, false); SNr := Aliases.LPPS.CurrSNr.EditValue; //EndOf Block? If SNr <> 32767 then Log.Error('SNr <> 32767 (EOB): '+aqConvert.IntToStr(SNr)); : And get the folling Log-Message: The property value "32767" does not equal the baseline value "32767". Obvious Aliases.LPPS.CurrSNr.EditValue = 32767. Why does aqObject.CompareProperty logs the message? TcxGridSite - Drag I've a problem with testing an appliction that uses DevExpress QuantumGrid: When I try to use TcxGridSite.Drag to group some columns everything works fine using single-step execution. However if I try to run a whole script it fails waiting for some particular window. Tried all kind of WaitVCLObject, WaitWindow, Delay etc. - no success. Finally I found, that it might have to do with the hint-message that quantum grid is showing containing the column header if the column is small. Maybe that hint-window prevents the TcxGridSite window to be activated. Any suggestion how I can avoid this problem? Txs PMM Keywordtest with parameter having default valueI have a Keywordtest that has an optinal parameter with a default value (a filename in this case). But when i run my test from the inside the keywordtest editior (run from the selected operation) the parameter seems to be empty. The same behaviour when I run it from the project menue and leave the parameter unassigned. Only if I assign a value and run from the project menue it works as expected. What I'm doing wrong? Or is that a known restriction? PMM Re: cannot load remote projectOk success :) The problem was that there are indeed more (sub)projects in the example (the one for VBScript, C++Script, DelphiScript...). After cutting away the unneeded ones and retransferring the project it works fine now. Peter cannot load remote project I've tried to follow the falafel training video to setup my first "distributed test". The only diffrence, as far as I can see, is that the remote machine is running TestExcute instead of Testcopmplte. When I try to connect to the remote project I get an: "Not all the projects on the slave computer contain the NetworkSuite project Item" error. What ever that meens... ( The remote project is a copy of the local one and also it is the only one). Any suggestions? Peter