Results 1 to 5 of 5

Thread: Standard Template

  1. #1
    Junior Member
    Join Date
    Jan 2008
    Answers
    11

    Standard Template

    Hi,


    Is QTP contain the template which has the standard (Global, Test, INI (configuration)) tabs associated...

    If yes kindly tell me the path where it is...

    Thanks


    krish



  2. #2
    Banned
    Join Date
    Oct 2007
    Answers
    173

    Re: Standard Template

    Hi

    When you state Test Script Language are you hinting at the kind of scripting used in winrunner ? incase yes, it would be difficult to implement the same in qtp as it is basically based on vbscript and more oriented towards event-driven and object oriented programming concepts.

    Only possiblity is working with objects as Anshoo stated or depicted in code below -

    set obj = CreateObject("InternetExplorer.Application").
    obj.visible = true.
    obj.navigate "http://www.google.com".

    obj.statusbar = 1
    while obj.readystate = true
    strstatus = obj.statustext
    if strstatus = "done" then
    msgbox "application loaded completely"
    end if
    wend


  3. #3
    Junior Member
    Join Date
    Jan 2008
    Answers
    11

    Re: Standard Template

    Hi..

    I didnt get u r ans...I asked @ template....But u r saying related to script....

    Thx

    krish


  4. #4

    Re: Standard Template

    Hi Gyies,

    I didn't understand, what he asked, what you have given answer to that?

    anybody can explain clearly.

    Advance Thanks,

    Suresh K


  5. #5
    Junior Member
    Join Date
    Jan 2008
    Answers
    11

    Re: Standard Template

    Hi,

    There are standard template present in QTP .That standard template contains standard (Global, Test, INI (configuration)) tabs .

    I got one template from QTP program files.But in that template the std tabs (Global, Test, INI (configuration)) , are not present.

    I wann to know where this std template which contains std tabs present in qtp.


    Thx


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