what is the difference between window command and
dialog command
Answer / sreeprasad
window command work with only window in your application,
but dialog command should work with window command.
ex.window("shopping").activate
incase of dialog box: u should with window command
that is window("shopping").windialog("items")
| Is This Answer Correct ? | 0 Yes | 0 No |
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
What will be the test script in QTP to test a ComboBox where a user has to select more than two items????
What is keyword driven framework?
hi all i have qtp 9.0, Active screen is not working means after recording script snap shots not displayed in Active screen window. i have all ready check all setting means Tool...>option...>Active screen...>Default Level button is disabled. Is there other setting is remain to set Pls help i m new for qtp
what is object?
What is a Patch in QTP?
How to parameterize Object Repository?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
Explain the concept of object repository & how qtp recognizes objects?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
what is the difference between link and hyperlink?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?