Micro Focus QTP (UFT) Forums
How to run multiple urls in QTP. - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: How to run multiple urls in QTP. (/Thread-How-to-run-multiple-urls-in-QTP)

Pages: 1 2


RE: How to run multiple urls in QTP. - only4uNme - 01-22-2008

You can go to "Record and Run Settings > Select Web" and click record and run test on any open browser. then click apply > ok

I hope it works


RE: How to run multiple urls in QTP. - Rajashekar Gouda - 01-22-2008

Sachin,

Pls use the GetROrproperty for the capturing url for a opened browser and assign tht to a variable and then transfer that value to Data Sheet by using out put values then use "DataTable.ExportSheet(FileName, DTSheet)" to export the data sheet to ur desired location.

Here comes reference code

To get capture the url form browser
Code:
Outputurl=Browser("xyz:=dds").Page("sdf:=sdf").Output CheckPoint("text:=url")

Pls let me know the result

Regards
Raj
rhotur@gmail.com


RE: How to run multiple urls in QTP. - vasu_tj3 - 02-01-2008

Hi Raj,

I want to capture the URL of the navigations(each page) in a web application..how can i do this..Please explain.

Thanks in advance.