how to make connection to a remote mysql database in qtp
any one can please provid eme deatail steps.
Set con = createobject("ADODB.connection")
Set rs = createobject"ADODB.Recordset")
Set com = createobject("ADODB.command")
con.open( "Driver=SQL SERVER;Server=server name (Where
DB is located);Database=DB name;Uid=uname;Pwd=pwd;" )
vf_com.Activeconnection = vf_con
| Is This Answer Correct ? | 1 Yes | 5 No |
How we can call the scripit from another scripit in QTP?,Not a call Action
Hi Friends, I have an application that is having some options to choose. While doing business transaction I need to select one option among from available options. But here the thing is, we won't get one option which we've chosen already and the available options will get automatically from the system with time basis, moreover each and every option having with various label names respective to that option. So obviously if I run my recorded script will automatically gets fail, even though it got pass at first time. Could anyone please give me appropriate solution for this. I would be greatly obliged with you if you give the solution as soon as possible.
how will you check how many members visited the website www.infosys.com?
What is the latest version in QTP?
55 Answers Bharti, Polaris, US Technology,
Thanks....But can u tell me how i use the QTP for GIS with one Example...
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
How will internal and external links be validated and updated? how often?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
What is the use of Testing framework in Automated testing..what are different kinds of Testing frameworks available in Automated testing...
Hey friends i m facing a problem when i m running my script in qtp it waits for about 5-10 secs before starting execution why it is so can any one solve my problem .Previously it was running fine
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
how to display message with out using msgbox function?