Results 1 to 5 of 5

Thread: Browser support for QTP

  1. #1
    Junior Member
    Join Date
    Mar 2008
    Answers
    1

    Browser support for QTP

    Can qtp supports for Netscape Navigator,Alpha safari and opera browsers and can we run and record in those browsers


  2. #2
    Junior Member
    Join Date
    Feb 2007
    Answers
    6

    Re: Browser support for QTP

    Quote Originally Posted by cvv_kiran View Post
    Can qtp supports for Netscape Navigator,Alpha safari and opera browsers and can we run and record in those browsers
    initially we need to develope the scripts in IE ,after that we can update in other browser like wht u mentiond above


  3. #3
    Junior Member
    Join Date
    Jan 2010
    Answers
    1

    Re: Browser support for QTP

    Hi,

    Can anyone guide me who to use transaction in the script ?

    Can we use variable to store the transaction time , how to display the time while executing


  4. #4
    Contributing Member
    Join Date
    Jul 2010
    Answers
    44

    Re: Browser support for QTP

    Officially QTP supports IE and now with a patch Firefox. I do not think you can use the other browsers you have listed.

    On a related point, you still have Netscape Navigator?


  5. #5
    Junior Member
    Join Date
    May 2008
    Answers
    2

    Re: Browser support for QTP

    Quote Originally Posted by tarun442 View Post
    Hi,

    Can anyone guide me who to use transaction in the script ?

    Can we use variable to store the transaction time , how to display the time while executing
    --------------------
    you can do this by two ways:
    1) Services.StartTransaction ""
    stmt1
    stmt2
    Services.EndTransaction ""
    If you will see the result you can check the actual time taken by the statement to execute

    2) startTime=Timer
    stmt1
    stmt2
    print timer-startTime ' this will give you the time taken by two statement to execute


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact