What will be happen if i load object repository at run time, but it has already associated.
No Answer is Posted For this Question
Be the First to Post Answer
What is optional step in qtp? How you can add optional step in qtp?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
How Does Run time data (Parameterization) is handled in QTP?
what is the silent mode in WR?
What are the types of data tables in qtp?
Explain calling sub procedure.
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
what is vss and cvs what is main difference b/w these two
How u perform exception handling in QTp,what is other name for ths?
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
How to create a run time propertyfor an object?
I am using "QTP 9.0" in my system, need to install java add-ins to test the java based applications, please prvide information from where i can get those java add-ins for QTP 9.0