How do I connect Katalon studio to my Database? - database-connection

Mamp Pro 4.3 Licensed.
Katalon Studio 5.2
MacOS High Sierra 10.13
Im having this issue:
This is my mamp ports:
I have already tried:
jdbc:mysql://localhost:3306/DB_NAME
jdbc:mysql://127.0.0.1:3306/DB_NAME
jdbc:mysql://127.0.0.1:8888/DB_NAME
jdbc:mysql://127.0.0.1:8889/DB_NAME

Try jdbc:mysql://localhost:8889/DB_NAME

Related

How to change iOS simulator on Visual Studio for Mac

How can I change default iOS simulator on Visual Studio for Mac?
When I pair my MacBook with PC, I have a list of iOS simulators available in Visual Studio 2019 ( on Windows). But when I work directly on MacBook, and run Visual Studio for Mac, there's only one (grayed) simulator available and I have no idea how to change it. Checked Solution options, Project settings. But there's no option to change it.
It looks like that now:
How can I fix this issue?
UPDATE #1
Probably this information could help. Some time ago my XCode and Visual Studio were automatically updated to 12.3 and I start getting errors related to missing developer profile. I uninstalled XCode 12.3 and Visual Studio and installed previous versions. Now XCode version is 12.2 and the error message related to the developer profile is gone. Maybe it somehow connected to the issue I have.
Current XCode version: 12.2 (12B45b)
Visual Studio for Mac version:
8.8.4 (build 30)
Operating system: macOS Catalina 10.15.7
UPDATE #2
I've updated MacOS to version Big Sur
Also I have uninstalled XCode and installed again version 12.3
And I've uninstalled Visual Studio for Mac and installed it again.
The problem still persists.
UPDATE #3
Below, there is information about versions:
Operating system: MacOS Big Sur, version 11.1
XCode version: 12.3 (12c33)
Visual Studio For Mac, version 8.8.6 (Build 15)
Xamarin.iOS: 6.18.0.23 (d16-6/088c73638). Package Version: 612000113
Minimum system version (in Info.plist): 11.0
I reproduce this issue on my mac. You could follow the stpes below.
Open the XCode. Click Window tab to open the Device and Simulators.
Click Simulators on left side. Then Click + at the bottom left to create a new eimulator.
After that close and restart the VS.
And now, you could use the ios simulators.

Appcelerator Studio - Not Able to launch iOS application

I have installed the appcelerator studio latest version Axway Appcelerator Studio, build: 5.0.0.201712081732 with sdk version 7.0.1.GA, with node version v8.9.1 and xCode version Version 8.3.3 (8E3004b) I am not able to run the application after that, it also doesn't give me any information about the problem below is the screen shot for same -
Any help would be much appreciated.
Apparently it was an compatibility issue the appcelerator studio Axway Appcelerator Studio, build: 5.0.0.201712081732 with sdk version 7.0.1.GA doesn't work anymore you should have Xcode Version 9.2 (9C40b) to be able to successfully build and launch the iOS application.

Minimum Software requirement to connect Xamarin Mac Agent from Windows machine to Mac machine?

I created an iOS app using VS 2017 on Windows 7 pro computerand tried to connect to Mac 10.11 (El Capitan) computer. I am able to see the mac machine from Windows machine using Visual Studio 2017 Xamarin Mac Agent.
I have installed no software specific to Xamarin on Mac OS 10.11.
My question is what is the minimum software that I need to install on Mac machine so I can connect Xamarin Mac Agent from Windows machine to Mac machine?
To connect from Visual Studio in Windows to Mac, the minimum software to install on Mac Machine will be only Visual Studio for Mac. Installing it will install the following components for you:
Visual Studio for Mac IDE
Xamarin.iOS
Xamarin.Mac
Xamarin.Android
Mono runtime
The Visual Studio for Mac will require you to install Xcode in order for iOS development to work. Xcode will be included together with the iOS simulator.
However, latest Xcode (8.3 or 9) required MacOS Sierra (10.12) and above. The latest version of Xamarin.iOS require latest version of Xcode.
In your case, if your Mac is stuck with El capitan OS, you will be only able to update Xcode maximum to v8.2. The compatible Xamarin.iOS version for Xcode 8.2 will be 10.3 or 10.4. You will need to download these specific version and replace the latest Xamarin.iOS version in your Mac. You can only able to download v10.3 in xamarin.com. You will need to email Xamarin if you want to have v10.4. The download link for v10.3 is HERE.
After you have configure in your Mac, you will also need to downgrade the Xamarin.iOS version in Windows. You must have matching versions of Xamarin.iOS on both the Windows and Mac machine in order for the Mac Agent to work. The equivalent Xamarin VS version for Xamarin.iOS 10.3 is v4.2. The download link is HERE
Both the download link is from xamarin.com after you have sign in.

MVS Xamarin - different versions of Xamarin.iOS on my Mac and on my local Windows

I only start my adventure with Xamarin.
In my Mac, I have installed OS X (v10.11.6), XCode (v7.3) and Xamarin Studio. I have logged in with my Xamarin account.
I have an error, when I try to connect to my Mac:
Xamarin.VisualStudio.IOS.MacServer Error: 0 : [2016-09-24 16:48:19.0838] The installed Xamarin.iOS (version 9.6) on the Mac RamaX.local (192.168.209.128) is not compatible with the local Xamarin.iOS 10.0.
Thanks in advance!

Cannot run latest version of xamarin on MAC having OS 10.7.5

I have Mac Mini with Mac OS X Lion 10.7.5 and i was trying to install the latest version of xamarin studio on Mac as i have a windows machine (Having latest xamarin studio installed) and want to connect it to Mac for developing IOS app.
But i cannot run latest version of xamarin on my mac machine, can anyone tell me how can i create a ios app on 10.7.5.
What are the minimum system requirements?
Xamarin requires the platform SDKs from Apple and Google to target iOS or Android, and our system requirements match theirs. To build for iOS, you'll need the latest iOS SDK (currently iOS 8.1), which ships with Xcode 6.1 and requires Mac OSX 10.9.4+ (Mavericks) or 10.10 (Yosemite). Our Visual Studio Extensions for iOS and Android support any non-Express editions of Visual Studio 2010, Visual Studio 2012 and Visual Studio 2013.
http://xamarin.com/faq

Resources