I want to open a Google page without recording a test and i
do not want to use system.Util.run command as well how do i
do this?
Answer Posted / kalyan
What Rico told is exactly correct. We can use below
function as a generic function. So when ever required we
will call them with differnt url"s.
function navbr(url)
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = true
IE.Navigate (url)
Set IE = Nothing
end function
Any doubts I wil explain with pleasure.
mskalyan.smile@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
What is the default object synchronization timeout in qtp?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
how to create flat file datasubmission in qtp
How many ways is to parameterize the value?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How to call a test from another test?
is it possible to add sheets to excel at runtime
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
Both static and dynamic arrays are handled by the vb script. Is it true?
Explain about Test Fusion Report of QTP?
What is Unicode Compatibility?
Explain xml checkpoints.
How to handle Java tree in QTP?