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 |
Idid my qtp course in 2007 june in mind Q i for got to use this tool ,i want to mention in my resume about this ,how can i rectify this ,pls give me any idea .
give me an example where u used good judgement and logic in solving a problem
How to handle Dynamic Arrays?
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
The xls contain data. how to get number of columns form the sheet?
i don't have any experience in qtp? Can u please tell me What work i have to do?
how to convert 100 into hundred repees only and viceversa
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.
Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)
There are some links on the page,count and click those links and check the text on the page displayed on clicking the link.write script for this scenario.
What is meant by Environmental variables?2 types r there know…can u pls explain clearly?
What is the basic concept of quicktest professional?