Multiple 2 IE browsers are being displayed - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Multiple 2 IE browsers are being displayed (/Thread-Multiple-2-IE-browsers-are-being-displayed) |
Multiple 2 IE browsers are being displayed - VA1405 - 01-15-2014 I gave the variables, wrote the script and called using variables when i try to do that 2 IE browsers are being displayed, can anyone help me out in letting me know where am wrong Option Explicit' 'Declaring the variables Dim vURL, vLoanAmount, vTerm, vRate, vMonth , vYear, vPtax , vPMI Dim i vURL = "http://www.mortgagecalculator.org/" Here a browser is being opened vLoanAmount = "250.000" vTerm = "20" vRate = "6.5" vMonth = "Mar" vYear = "2010" vPtax = "1.25" vPMI = 0.5 'Open IE Browser and navigate to the App URL 'Done through record and run settings earlier systemutil.Run "iexplore.exe", vURL here another browser i being opened Please help me out RE: Multiple 2 IE browsers are being displayed - basanth27 - 01-15-2014 Did you disable the option from Record and Run settings? |