how quick test record on dynamically generated urls and
web pages.
Answer Posted / 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 |
Post New Answer View All Answers
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
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.
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How you are developing the script? Using record and play back or manual?
How to test background color and dynamic images during run time can you put the check point for moving objects?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
What are benefits of qtp?
How to run a test using quicktest professional (qtp)?
How the smart identification is used in real time?Please explain with an example
distinguish between old version and new version QTP features.
how to explain a claims and insurance project?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
In qtp is it possible to check broken links of a page?