QTP Interview Questions

Showing Questions 41 - 46 of 46 Questions
First | Prev | Next | Last Page
Sort by: 
 | 
Jump to Page:
  •  

    I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?

    Sreedhar Reddy

    • May 18th, 2014

    By Creating WSH(Windows ShellScript Host) Object We can open notepad.

    Code
    1. set oWSH = CreateObject("wscript.shell")
    2. oWSH.run "obsalutepath of notepad"

  •  

    What is the command in QTP to invoke IE Brow?

    gnanathesigan

    • Aug 14th, 2017

    Hi,
    I didnt write the code for launching application and Url, but if i run the code automatically chrome browser will open and url will set. I dont know how to control this. (i.e) While Recording the Script, I used chrome browser and URL, same thing will applied when i am running the code.

    kaneez

    • Mar 15th, 2013

    SystemUtil.Run

  •  

    What is Smart Identification in QTP

    Gopi

    • Jun 10th, 2015

    Is it possible to assign properties in smart identification, if yes how?

    Mani

    • May 14th, 2012

    Smart identification to identify the dynamic object smartly, this is used only for web applications. The base filter information will be in mandatory property and the associated properties details wil...

  •  

    What are the Features & Benefits of Quick Test Pro(QTP)..?

    Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury Quality Center. Introduces next-generation “zero-configuration” Keyword Driven testing technology in QuickTest Professional 8.0 — allowing for fast test creation, easier maintenance, and more powerful data-driving capability Identifies objects with Unique Smart Object Recognition, even if they change from build to...

    Star Read Best Answer

    Editorial / Best Answer

    Answered by: praveena

    • Sep 21st, 2005


    qtp is mainly used for functionality testing.qtp is user friendly both technical and non technical users can easily access.qtp has two views

    keyword view and expert view

    in keyword view when u record a test it genarates the script in tree format.it is very easy to understand.if u want to view  the vbScript use the expert view.

    qtp has active screen using that u can enhance the script with out navigating to the application.like u can insert checkpoints and synchonization points.

    qtp has automated documentation.when u start recording it genarates the autodocumentation in plain english.

    using qtp we can parametarize objects,checkpoints,datadriventables.this will give more flexibility.

  •  

    Explain in brief about the QTP Automation Object Model.

    Star Read Best Answer

    Editorial / Best Answer

    Answered by: Venkat Potluri

    • Jul 28th, 2005


    Essentially all configuration and run functionality provided via the QuickTest interface is in some way represented in the QuickTest automation object model via objects, methods, and properties. Although a one-on-one comparison cannot always be made, most dialog boxes in QuickTest have a corresponding automation object, most options in dialog boxes can be set and/or retrieved using the corresponding object property, and most menu commands and other operations have corresponding automation methods.  
    You can use the objects, methods, and properties exposed by the QuickTest automation object model, along with standard programming elements such as loops and conditional statements to design your program 

  •  

    What is the file extension of the code file & object repository file in QTP?

    Star Read Best Answer

    Editorial / Best Answer

    Answered by: Vijaya Kumar B

    • Aug 2nd, 2005


    File extension of 
    -- Per test object rep :- filename.mtr 
    -- Shared Oject rep :- filename.tsr 
     
    Code file extension id script.mts

    madhupriya

    • Oct 2nd, 2017

    Test script extension - mts (Modular Test Script)
    Local repository - mtr (Modular Test Repository)
    Shared repository - tsr (Test Shared Repository)

    Amit

    • Dec 27th, 2016

    Unable to find .mts file .

Showing Questions 41 - 46 of 46 Questions
First | Prev | Next | Last Page
Sort by: 
 | 
Jump to Page: