what is the silent mode in WR?
Answer / sai krishna`
during this mode the tool does not show any error message
while running the script until the result window displayed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between gettoproperty and settoproperty?Explain with an example?
where the object repository is located?how to choose the object repository as shared or action object repositories?
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
Local Obj Repository and SOR are editable know, y we have to edit those.. i mean in which situation we need to edit those and how to do..? pls help me..
In QTP 8.2 there are lot of check points is this same in latest version QTP 9.5 ?
what is Compile Module in QTP? what exactly it contains Functions or Actions?
How we can merge the object repositories?say if we have 2 or 3 object repositories then how we can merge them?Is there any option in QTP to merge the object repositories?
Is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
How would you directly trigger javascript in a test?
How to create basic scripts from a manual test case in QTP?
Can any body help me to write descriptive program to find a cell value (say 2 row, 3rd column) in a datatable which is creating dynamically and statically