How to capture dynamic values in load runner and how Each of the
captured values are to be written to a text file
(c:\temp\LoadRunner1.txt)
No Answer is Posted For this Question
Be the First to Post Answer
Explain the types of object repositorys in qtp?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
1)What is the Difference Between WaitTo & Sync?
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
In the QTP the snap shots obtained during the recording time will appear in the active screen, if we have to use the snapshots from where we have to access. in which memory location of QTP they will be stored?
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
Whether qtp 9.0 supports Test director8.0
How can I pass values from one action to another in QTP ?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
How to retrieve particular cell data in excel sheet ?without importing method.
How to handle the exceptions using recovery secnario manager in Qtp?
What is accessibility check point?