how quick test record on dynamically generated urls and
web pages.
Answer Posted / 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 |
Post New Answer View All Answers
How does quicktest professional (qtp) identifies the object in the application?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
How to Test the mainframe application?
what is clean sweep?
How you can find length of array in qtp?
how to idetfy which test cases are automated?who will deside that plz tell me
How to create runtime property for an object?
How to use actions in qtp ?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
If object is not recognized by qtp but the object is standard object what is your approach?
How many types of recording facility are available in quicktest professional?
What is optional step in qtp? How you can add optional step in qtp?
How to give a call to another action from one action?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.