what is the advantages and disadvantages of using functions
instead of re usable actions
No Answer is Posted For this Question
Be the First to Post Answer
how to call a funtion in a script? i have saved the login scipt in notepad. with extension .vbs. But when i am calling the function with the keyword CALL <Function Name>. its not working out. can any one give me a clue how to call the external functions. with example.
what are the different u notice in betweem QTP version 8.2 and 9.2 and what is new in QTP9.2
how to retrieve data from flight resevation->reports
What is the difference between Global and Local Data Sheets?
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
How to handle run time errors?
How can I replace all the text from the QTP script with some other text.
How to get the run time object property without using GetROProperty
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
how to main tain the Old scripts in qtp?
explain abt dyanamic changing object with example?
What are the 3 main stages involved in testing with qtp?