What is the method for maximize the application while we
using Decriptive programming in QTP?
Answers were Sorted based on User's Feedback
Answer / deven
hWnd = Browser("browser_name").GetROProperty("hwnd")
Window("hwnd:=" & hWnd).Maximize
The same can be used for Minimize as well. Just select the
Browser window you wish to trap the handle property for.
Incase you are trying to use Descriptive Programming with
the browser window in question, try the below code -
sTitleMask = "Name of Window - *"
Window("regexpwndtitle:=" & sTitleMask).Minimize
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / neeraj
Browser("PropertyName:= Property Value").FullScreen
for example
Browser("name:= Google").FullScreen
| Is This Answer Correct ? | 2 Yes | 2 No |
What are the key points to create a framework in QTP for oracle forms?
how to load all resource files(function libraries,object repositories etc) into tests without associating them?
What are the differences between QTP 9.2 and 10? please explain e indetail......
How to use Environment parameterization in QTP? Explain with an example.
What is output value?
What is descriptive.create () in QTP?
What is the difference in the global and action sheet in qtp?
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
How to handle the exceptions using recovery scenario manager In QTP?
Using Object Repository is a advantage or disadvantage?
anybody give me the real time example for descriptive programming of web application
I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code