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 mean by output parameters? I need full description with example. tell me any one please
How to test menu options using qtp
Can we record using all the modes in a single script? Explanation with example is appreciated
When and why to use descriptive programming?
Does Low-level recording capture mouse movements?
Explain key word driven frame work?How to use in real time?
Hi guys can any plz help me how to send fax in sample Flight Appication
What is Reusable component is QTP...Anybody can answer it..Thanks in advance...
Did QTP prove efficient for your project? Yes or No, explain?
is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
What are the types of data tables in qtp?
Where to use function or action?