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 |
For an application we automated QTP scripts. At the same time new requirement comes for a new module for the same application and its already developed. So how we automated now this new module with the old application(using old QTP script).
What is difference between Class and MicClass
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
what is active screen,keyboard view?
How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?
Explain types of descriptive programming?
1.what is the difference between childobjects and child items in qtp? 2.what is difference between a class and function? 3.can u convert ustimings to indian timings using vbscript? 4.i have scripts in one machine.can i run those scripts in another machine.how?
2 Answers Genpact, Infosys, Symantic Space, TCS,
What is the difference between link and hyperlink?
Batch testing in howmany ways u perfrom in QTP
What are the features and benefits of quick test pro (qtp 8.0)?
How can we see the analog recording steps in QTP..the Steps are stored in a track file with an extension .dat..how can we open the file..
Hi, I got some difficulties in automating a web check box in a peoplesoft application. Let me explain the scenario, When clicked on a look up button in the application, it navigates to a new page with check boxes and respective options. Below is the source code for one check box and its option. <input type='checkbox' name='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' id='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' tabindex='34' value="Y" onclick="this.form.H1AU_BUNDLE_WRK_H1AU_SELECT_CH$chk$2.valu e=(this.checked?'Y':'N');submitAction_win0 (this.form,this.name);" /> </td> <td align='left' class='PSLEVEL1GRIDODDROW' > <span class='PSEDITBOX_DISPONLY' >$29 - $29 Cap with FREE Mobile</span> I want to parametrize using "$29 - $29 Cap with FREE Mobile". I am not aware of how to parametrize this. Currently I am parametrizing with 'H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' Can any one please help me out with this??/