testcomplete - How to connect database with test complete tool -


i want connect mysql database of test complete. able connect mysql work bench never try test complete tool.

you can use script in language php, python, java ....etc. , call test complete example use python can use code

import mysql.connector  cnx = mysql.connector.connect(user='scott', password='tiger',                               host='127.0.0.1',                               database='employees') cnx.close() 

you find read more here

http://dev.mysql.com/doc/connector-python/en/connector-python-example-connecting.html

good luck!


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -