Hello everyone!
I am just writing a small test for a windows application. I
have a problem with a text output value.
The value i am trying to catch is presented in a scrollable
textbox. When the text is too long, only a portion of it
gets captured.
Do you have any experience with this?
Hi, I Install QTP 9.2 in windows Vista. but it is not supporting IE. it is supporting only windows based application. could I change any setting in Vista for supporting IE.. ?? thanks in advance...
i have written some lines of code today..tommorow some lines of code deleted in middle of that code..how to handle this type of script
suppose our project is developed using java technologies.after complition of the coding developer relesed a build to the testing team.so, what is the process means how we open that documents?what are that documents?plz give reply its urgent
WHO TAKE DECISION TO RELEASE THE BUILD
what is framework and types of framework? Need of framework in automation? write folder strucuture of framework.
Where we can use the synchronization?
get the order no from the following orderdetails orderstring="ORD13456PNR" eg:13456
i need the licence key for QTP V9.5 can anyone help me on getting this?
In QTP, If you have list of checkboxes, how can i select a particular checkbox and delete if the checkboxes are changing dynamically?
How we know the qtp has used the smart identification process for identification of the object.
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
what is the mediater between qtp and application/project in automation testing?