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

hello everyone, can anybody please tell me what are the different recording modes of QTP, and where these recording modes are present in QTP 9.2. Thanks in advance, Gaytri

7 Answers  


how can we preform retesting(DATA driven test) using function please gine the code for loginpage

0 Answers   W3 Solutions,


Using Regular expression method some particular value is not present in given value. HOow do use regular expression? Forexample password all number,character ,special character are accepted but (_',)underscore,comma are not used. How do write regular expression.

1 Answers  


how to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.

3 Answers  


hello...any one tell me , where can i get company email id.. actually i am searching on testing... in my CV i put 3+ exp.. but all companies are asked company email id.. please provide solution for that... thanx in advance...

9 Answers   HDFC,






Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com

0 Answers  


How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?

0 Answers  


how do find current links in webpage for ex: in yahoowebsite today mainpage is having 50 links and next day same page is having 60 links. if i run same programe it should display total links in webpage ?

4 Answers   CTS,


how can i pass parameters into function?

4 Answers   Livetek,


what is diffrense between action and function

4 Answers   IBM,


How many types of Actions are there in QTP?

6 Answers   Wells Fargo,


How to retrieve alpha bate from the alphanumeric string with special character.

7 Answers   ADP, Cap Gemini,


Categories