whenever U using QTP,Test Director, Why we using separate
Bug tracking tool?
Answer / pradeep
not necessary to hav a diff bug tracking tool..
depends upon the org u working for..
if they can invest money to buy a tool..
| Is This Answer Correct ? | 1 Yes | 0 No |
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If
I have given u a application.To automate it what are the things will u consider?
Hi guys can any plz help me how to send fax in sample Flight Appication
Which is the best testing institute for QTP training in Hyderabad.
How to export QTP results to an ".xls" file?
when i am running login page i got test run error? Please give me the script to handle run time exceptions. It's urgent for me.
What are the different types of recording modes?
I am not able to record yahoomail browser.its giving error like "The browser Application can't be launched .Posssibly the URL is wrong" So anyone can tell me what setting i have to do in qtp??
I m new to QTP? Is it necessary to know VB for learning QTP for Automation? Can I understand QTP excellently Without practical automation?
how to test Web application using QTP software
How many types of object repository in qtp?
Why you have to add the specific add in in QTP? My answer is to recognize the specific objects we have to add the add-in in QTP...but he asked again after adding addin how qtp recognize the objects successfully? what is there in the add-in ?