Tell me about your project?
please help me how to tell about insurance project
No Answer is Posted For this Question
Be the First to Post Answer
Function to convert lowercase to uppercase in QTP Pls anybody can give the answer.. Thanks in advance...
if Object repository contain x and y properties. we do not know whether they are mandatory or assistive properties. While executing the script qtp will use both the properties or only sufficient properties to identify the object. It means it use OR (or) AND
In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
Describe the differences between functions and actions in UFT?
Set DR= CreateObject("Mercury.DeviceReplay")
What is smart identification in QTP?
Plz send one Tracebilitymatrix example? Anybody working on Realtime QTP Plz give contact deatils?
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 checking bitmaps?
What is difference between run time object and test object?
How does qtp recognize objects in aut?