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 the registration process and examination fees?

0 Answers  


How software automation specialist enter steps in the Expert View?

0 Answers  


IF we use batch testing.the result shown for last action only.in that how can i get result for every action.

2 Answers  


How many ways we can parameterize data in QTP?

2 Answers  


Hi, I want to write the script for a webpage. But i didn't added the properties of the objects to the object repository. Without adding the object properties to the object repository, how to write the script. When i am writing the script, Let us say i typed as Browser (""). after selecting ".", if the object is added to the object repository it will display atomatically. But in my case it is not as i didn't added the object properties. How to proceed further in the above mentioned case to write the script manually. Pls let me know if you didn't understand the question.

3 Answers  






Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

0 Answers  


What is the difference between call to existing action and copy of an action?

0 Answers  


How to Practice QTP Scripts?

1 Answers  


can we enable smart identification for test object

3 Answers  


can i compare two databases using QTP ?

0 Answers  


What is Parameterizing Tests?

4 Answers  


i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api

0 Answers  


Categories