how quick test record on dynamically generated urls and
web pages.
Answers were Sorted based on User's Feedback
Answer / sivareddy
StartURL="give the Url"
set IE = CreateObject("InternetExplorer.Application")
IE.Visible = true
IE.Navigate StartURL
By using this script we can directly lanch the web Browsers
By using sysyemUtil.Run function we lanch the web Browsers
Is This Answer Correct ? | 2 Yes | 1 No |
Siva reddy is okay
if we use system.util "www.gmail.com"
it opens directly gmail in default browser
if we create an instance for browser we can record directly
on default url
' It opens default/mentioned in options web page
dim ie
set ie=createobject("internetexplorer.application")
ie.visible=true
set ie=nothing
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sharmila
UFT actually clicks links as they are displayed on the page. Therefore, UFT records how to find a particular object, such as a link on the page, rather than the object itself. For example, if the link to a dynamically generated URL is an image, then UFT records the "IMG" HTML tag, and the name of the image. This enables UFT to find this image in the future and click on it.
Is This Answer Correct ? | 0 Yes | 0 No |
What is Version control?
Difference between keyword driven test and DDT?
how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
will QTP accepts javascript?
We have 10 rows of records in data table, but we have to run 4th, 5th and 6th rows only. How can we handle this scenario in QTP?
5 Answers Accenture, Banca Sella, Polaris,
Is it possible to return multiple values from a function..? Then how..?
What is the logic for reading(exporting)the data from flat files to QTP?Can anyone explain me with an example? I appreciate it!!! Thanks!!! Prasanna
We stored into the objects OR and then write the scripting
How do you start automating/ writing your QTP scripts ?
When using descriptive programming?
Is it possible to change the property value at runtime? How it is possible?