What is the difference between client server application and
web based application?
Answer / aishwarya. r
Client send an information to server for example they r many server 2/3 server client will be send an information one by one server finally send an information to server application
| Is This Answer Correct ? | 0 Yes | 0 No |
how to associate object repository during runtime in qtp
What is DOM
what are the disadvantages of descriptiveprograming
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
How to add Dynamic Objects to Object repository?
How does QTP identifes the object in the application?
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 a data driven test in qtp?
in qtp wha t is synchronisatin pt,what is the maximam time out
What is the real use of different actions in QTP
what is the abbrivation of .mtr in action reposirtory?
What are test settings and global settings?