Anti-aliasing issues on desktop applications messing with visual testing
Hey, I'm having an issue with intermittent pixel issues on the edges of sections of lines. From the way the pixel changes manifest and the fact that they are almost unnoticeable to the naked eye they are due to anti-aliasing. I have turned off all the anti-aliasing setting I can find, but it still happens 9/10 times. has anyone come across this? if so have you been able to sort it without using tolerance? This is a WPF app being run on a physical windows machine.238Views0likes4CommentsRegarding database table checkpoint
Hi can someone help me configuring postgresql jdbc connection for database table checkpoint. I have postgres installed in my local and I have database. Through database table checkpoint, I am trying to provide connection details. But i dont find jdbc providers. Could you please help me on this. Is there supported jars to be added? If yes, plz provide jdbc jar version etc.. appreciate your support.21Views0likes1Commentcheck points for changeable values
Hey Guys, I have a question about property checks. During my testing I want to check the date which is always changing from day to day or the name of my document which is also changing according to the date. So which kind of property check I can use for? Or how can I manage it with phyton scripts? Could you pls help me?Solved226Views0likes3Commentschecking pdf document during web testing
Hi everybody, I need your help. One of my test contains to check a training record. Let me tell you the process: Actually I am working on web testing but at one point you should click a link but this link is not a web page link, it is .pdf document link. So a new page opens with a new tab. What I want to do, I want to check the certificate if the name of the trainer or name of the training is correct. But the system can not recognise the page which contains a pdf document and I try to put some property check points for checking the certificate, I can create but than when I start to automate test, and you can see the system message in the screenshot attached.135Views0likes1CommentHaving issues while fetching the data from console
I updated to the latest TestComplete version, 15.58.9.7 x64, and have been experiencing issues while trying to fetch the object from the console. Please review the code snippet below, which is used to fetch the objects. It was working fine before the latest update, but now it returns a value of 'undefined.' Could you please suggest any ideas for what might be causing these issues? varpageObj =Sys.Browser().Page("*"); var productID = pageObj.contentDocument.Script.eval("app.variableMap.productId"); The screenshot below displays the data I am attempting to retrieve using the code above,Solved246Views0likes3CommentsProperty CheckPoint - WinForms - Unable to verify value
Hello, I am new with TestComplete. I have recorded a few tests but the property checkpoints failed Unable to verify a value with the property checkpoint, because the target object does not exist I'm using a WinForm solution. I think the issue is the random name that was generated in the test recording, which is not going to be the same when we run the tests. Aliases.OfficeEvolveDesktop.RibbonCMSDesktop.MdiClient.RibbonWindowForm.panelControl1.IntegratedClientEditView.tableLayoutPanel.tabPagePanel.ExtendedTabbedWorkspace.zbd2df1c_914c_4690_86b1_1ac47fec5954.BaseView.BaseView.DataDrivenControlEx.TabbedDataDrivenGroupStyle.XXtraTabControl.XXtraTabPage.DataDrivenAttributePanel.XtraScrollableControl.RendererPanel.Preferred_Name.textBox.TextBoxMaskBox Any advice would be appreciated, Thanks.227Views0likes2CommentsHow can I verify data in fields on a web page that were entered using a data loop and from Excel
I created a data loop where the test pulls data from my Excel worksheet and enters it in to a application. The web client will then use a API to pull that data into the Web GUI Interface. How can I then verify the fields in the Web GUI against my excel worksheet that was used to create the data? I was playing with the table checkpoint but that does not allow me to use my data from the Excel worksheet to verify against what is in the Web Client. Any ideas or thoughts on how to achieve this verification?296Views0likes4CommentsPDF and text comparison:
"Is it possible to compare text extracted from a webpage with text extracted from a downloaded PDF within TestComplete? For instance, can we verify the consistency of a person's name retrieved from a webpage with the same person's name extracted from a PDF downloaded from the same webpage using TestComplete?" Thanks in advance.233Views0likes4CommentsPropery checkpoint - not working but highlight works
Ill try to explain my problem as best as i can. So i have a wpf textbox which i want to validate its content. So i recorded a property checkpoint. However during playback im getting: Unable to verify a value with the property checkpoint, because the target object does not exist. But the thing is that control is visible during the playback. I even tried to put a 30sec timeout to see if it could because it takes more time to be found. I tried to put a breakpoint on the checkpoint and it wont work either. However if i try to use the 'highlight' control during debug it will hightlight the control correctly and then the propertycheck point works... Im not too sure what to do to fix this. I tried to record the check point again too. Not luck...Solved297Views0likes4Comments