AQtime within Test Complete
Does anyone use Test Complete with AQtime? We have experimented a little with code coverage and performance profiling, but have not found any good way to do performance testing. Recently we have been...
View ArticleSTOP helping me TestComplete!!! (Terminating processes)
So, I have been having a really hard time debugging an error. It only seems to happen DURING a test complete run... However, it is REALLY hard to figure out what the issue is because right when I see...
View Article'Process "ieexplore" stayed in the system after the close command was used."
At seemingly random times in my script, Internet Explorer will remain opened. I also have a loop to loop through all browsers on the system. In this loop, 2 internet explorer processes are actually...
View Article"There was an attempt to perform an action at a point, which is beyond the...
Hi, I'm a new TC user and I used "Record Keyword Test". When I tried to run the test I got "There was an attempt to perform an action at a point, which is beyond the screen". Can someone please help...
View ArticleApplication crashed when Object spy reading some controls
we have upgraded our desck top application to Delphi XE-8.Since then I got access vilation errors(and crashing) while accessing certain controls using Object spy(some grids and some combo texts)...
View Articleunable to select an element in listview box
Hi , i am unable to select an element in List View Item, Even playing back the recorded script fails with an error "List View Item "Default Settings" not found"However if i restart the testcomplete ,...
View Articlecant able to identify the objects
I cant able to identify the Login fields through object spy. when I am trying to spy it captures whole as a frame. Is it any possible way is there to enter login credentials without using x,y...
View ArticleUnable to find the content of Word Document using Object Spy in test Complete
I am trying to add a validation point in my Test Script using the Content of File Document.So,for making sure the file has opened successfully,I want to check the content of the file against the base...
View ArticleError code "530 5.7.1 Client was not authenticated" sending email.
I'm getting the erreur code "530 5.7.1 Client was not authenticated" when i try to send an email. I was working before but since IT has update the email server it stop working. They provide me with...
View ArticleHow to get a database result of Sum of Amount column from database result?
I tried this def q2 = "Select SUM(Amount) from abcd dabase.Data.FeeInstance where value= x" def result1 = db.rows(q2) assert result1.size() == 1 dbAmount = result1.get(0) log.info "Total...
View ArticleDialog appears that halts continuation of test code
Hi I have a syncfusion grid where i am exporting its contents via using the export internal method. When calling this method a seperate modal dialog appears with a few options. At this point the test...
View ArticleObjects not found after new pages slide out on web site that uses Slick Carousel
I am writing an automation test against a site that uses Slick Carousel ( http://kenwheeler.github.io/slick/ ). There are 3 or 4 pages in this carousel. When the action button is pressed, the pages...
View ArticleReady! API 1.4 is here!
Hello Community, Ready! API 1.4 contains enhancements to SoapUI NG, LoadUI NG, ServiceV, and Secure Pro. We are extraordinarily excited to have also been able to fix a bunch of stuff and include...
View Articlecan't execute testcomplete 10 tests on testcomplete 11?
when i try to run test complete 10 scripts from build definition, it is not recognizing tests. I have testcomplete 11 with me. what would be the resolution?
View ArticleWhat's the Default Version of SSL and TLS Used by SoapUI
All, I'm trying to run against two endpoint for comparing data. One uses TLS 1.2 now. When I use the option -Dsoapui.https.protocols=SSLv3,TLS1.2 the TLS endpoint works, but other endpoint fails. I...
View ArticleHow to get a groovy variable in a REST request?
I have a groovy script that defines multiple varibles, and I want to grab the variables in REST request. How can I do this? Example: GS_Exampledef var1="1"def var2="2" REST_Example"var1":...
View ArticleAdd retries to RestTestRequestStep
Hi, I've been struggling with this problem for weeks now. Need help, desperately. I have a RestTestRequestWithRetryStep which extends RestTestRequestStep, and I can add it to a test case, and it works...
View ArticlePurpose of PluginApiImporter annotation
Hi, RAML generator and some other generators define an API Importer class which extends com.eviware.soapui.plugins.ApiImporter and have com.eviware.soapui.plugins.PluginApiImporter annotation. I don't...
View ArticleAttempting TFS Source control... not doing well though.
OK. I have some projects. They have been living on my computer, all nice and happy.Today, I was asked/told that I would be needing to get them into TFS for version control...OK, cool... I know that TC...
View Article