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 the exact difference bet function and action in QTP Anybody can explain it in detail..Thanks in advance..
How many scripts did you have?
How to use setroproperty?
How to parameterize in QTP?
Can the user toggle between using Local OR and shared OR for the same action?
How to verify the Cursor focus of a certain field?
What is Associate Repository in QTP 9.2 ?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
With what extension you can save the list of tests in a file to run in test batch runner?
What is Terminal Emulators”? Why we used in QTP.? How he works on QTP.
i have string "I LIKE INDIA"..how to i get LIKE from the sting..