cbroadOccasional ContributorJoined 5 years ago12 Posts5 LikesLikes received2 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsReadyAPI composite Project running on TeamCity Hi BrainsTrust. We have a composite ReadyAPI project. 3 licences, 2 for users with the 3rd running on a VM/Agent box. When we are triggering a build/run on TeamCity, the tests that are being run are not correct. We have a test suite folder that has been disabled while there are some changes being made. Opening ReadyAPI on the VM, shows that the latest changes are there and the suite is disabled. However, when the TeamCity run commences, the test suite is being run. Is it possible to run a composite project via TeamCity? And why would it not be running the latests setup/code? We have confirmed that the folders, tests, xml files etc are all the same between the 3 instances of ReadyAPI - it just seems that TeamCity is not liking the composite project set up. Re: ReadyAPI and AzureSQL server connection Apologies - posed this in the wrong board. ReadyAPI and AzureSQL server connection Hi Brainstrust. Am trying to connect ReadyAPI to a Azure SQL database. We have both Oracle and SQL in play. We can connect to the Oracle db, but all of the SQL conneectors give various error messages. The closest I seem to have gotten to connecting is Can't get the Connection for specified properties; com.microsoft.sqlserver.jdbc.SQLServerException: Cannot open database "[DB-ID]" requested by the login. The login failed. ClientConnectionId: [connectionID] ReadyAPI and AzureSQL server connectionHi Brainstrust. Am trying to connect ReadyAPI to a Azure SQL database. We have both Oracle and SQL in play. We can connect to the Oracle db, but all of the SQL conneectors give various error messages. The closest I seem to have gotten to connecting is Can't get the Connection for specified properties; com.microsoft.sqlserver.jdbc.SQLServerException: Cannot open database "[DB-ID]" requested by the login. The login failed. ClientConnectionId: [connectionID]SolvedRe: TestComplete opening random windows programs Thanks hkim5. TestComplete opening random windows programs Hi Brainstrust. Just wondering if anyone else has experienced/has a fix for a weird 'feature' I have been experiencing with TC. When using TC, I will randomly get windows programs opening up (Microsoft Store, Calculator and/or Settings - or varying combinations of). This can be from performing a test run, opening a project, closing TC down. I have even seen it do it while object spy was finding things. Has anyone else experienced this? Are there strange gremlins in my system? I am running win10, and have the latest version of TC (has been happening on many TC14.X versions). Its not causing any real issue, just an annoyance. SolvedRe: Skip test if previous test scenario failed. Thanks AlexKaras I will use the setting it as a child method, and then investigate other options such as suggested. Cheers. Chris, Skip test if previous test scenario failed. Hi All. I have created a test suite, and am wondering if it is possible to skip a test if the previous test failed. Above is the suite, and the test(s) in question are the Add/Remove VMF. If the Add test fails, there is no point in running the Remove test, as the data will not be present on the account under test. SolvedRe: [TechCorner Challenge #7] Retrieve Data from a Web Page Task: Record a TestComplete script that will go to a user profile page (@TanyaGorbunova in our case) and get the number of Solutions for a specific community member. This is a solution created for [TechCorner Challenge #7] Hi All, Was unsure of how to post a keyword test, so here is a screengrab of it from TestComplete My test uses Keyword with some scripted routine Where the script is removing the "solutions" text from the ContentText of the mapped area, function StringReplace(text) { var str = aqString.Replace(text, "Solutions", ""); return str } Resulting in: Re: Exporting variable to CVS file to use in a later test Hi Alex, Thanks for the suggestion. Was able to utilise persistent project variables to achieve the same outcome I was hoping for. Cheers. Chris.