how quick test record on dynamically generated urls and
web pages.

Answers were Sorted based on User's Feedback



how quick test record on dynamically generated urls and web pages...

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

how quick test record on dynamically generated urls and web pages...

Answer / baba fakruddin

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

how quick test record on dynamically generated urls and web pages...

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

Post New Answer

More QTP Interview Questions

What is Version control?

3 Answers  


Difference between keyword driven test and DDT?

1 Answers  


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

2 Answers  


can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?

0 Answers  


will QTP accepts javascript?

14 Answers   AppLabs,






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..?

3 Answers  


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

1 Answers  


We stored into the objects OR and then write the scripting

0 Answers   L&T, Wipro,


How do you start automating/ writing your QTP scripts ?

3 Answers   Keane India Ltd,


When using descriptive programming?

0 Answers  


Is it possible to change the property value at runtime? How it is possible?

0 Answers  


Categories