What is the use of defining a newobject in the object
repository "Define New TestOject".
How to use this further.
If we define new testobject, how can it recognizes the
objects properties of any application.
No Answer is Posted For this Question
Be the First to Post Answer
In one of the scripts the pwd in the DT was encripted. Can any one tell me how to I decript or undo the same?
Define QTP ?
Pls anyone, tell me the script in QTP to find the number of links, and images in a webpage. Verry very urgent. I shall really be very thankful
Explain features of the latest version of qtp/ uft 12.1?
i need the licence key for QTP V9.5 can anyone help me on getting this?
What scripting language QTP of?
1. I have asked the same question for the third time, but i am getting wrong answers. Pls give me the script to count the number of edit boxes or checkboxes in an windows application screen. In windows application childobject is not working, anyone very urgent
Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the pettern.
what is the diffrence between script and Language ? (Chandana)
For which type of project the iterative model is suitable?
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 did you resolve conflicts present in Object Repository?