how open two urls in one browser?
plz urgent
Answer Posted / kasim
1.Paste your links on the empty box below the title †Paste
your links.â€
2.Click on submit button below the box.
3.Each link should be start from new line.
visit here: http://www.urlopner.info/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
How many ways we can parameterize data in quicktest professional (qtp)?
What is contained in the object repository?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
How can we conduct U-I Testing by using QTP??????
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
Differences between quicktest professional (qtp) and winrunner?
How to use checkpoints in qtp ?
When should I use smart identification?
How many types of object repository in qtp?
What are table and db checkpoints?
What is the difference between local and shared object repository in qtp?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
How will you check a web application for broken links using qtp?