I want to record some data driven tests but cannot estabish connection with my MySQL database. Unfortunately tutorial is only for SQL Server database. Can someone explain me step by step how to make a connection?
There should be no difference in the connection string to how you connect to your database from Test Studio or Visual Studio or any other client - we just use common Microsoft APIs for connection.
I cannot give you step by step description, because I don't know details about your database server.
Basically if you have Visual Studio, and connect to your database from it from it, you can use the same connection string in Test Studio. I have attached you 2 screen shots of Visual Studio DB connection wizard and how you get connection string from Visual Studio properties. You should use a similar approach to find your connection string.
Hope this information was helpful and you will find a way to connect to your database.