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
What is the basic concept of qtp?
How you can delete excel file in qtp?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
Define virtual object?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
What are the features supported by UFT?
Give the syntax to load function at run time.
What are the different types of recording modes in qtp? Which will be used when?
What is the use of sendkeys and what are send keys
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
what is stepin & stepout?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
What is the XML file architecture ?