Results 1 to 2 of 2

Thread: qtp

  1. #1
    Junior Member
    Join Date
    Dec 2006
    Answers
    20

    qtp

    1.what is throw object?
    2.how to test dynamic web pages using qtp?
    3.how can we do block comment in qtp?
    4.Is there any function to double click a particular row in a datatable?
    5.how to perform cross platform testing and cross browser testing in qtp,with an example?
    6.how to do cookie testing by using qtp?
    7.how do we connect qtp with bugzilla?
    8.what is an action output parameters in qtp?
    9.what is the use of input and output parameters in test--settings--inputparameters and output parametrers?
    10.What is meant by Pseudo Code?
    11.how do you configure QTP AND Test director?
    12Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?
    13.How to capture data from images in QTP and produce them in Excel sheet ?
    14.how quick test record on dynamically generated urls and web pages.
    15.Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
    16.what is standalone database?
    17.what is file database?
    18.Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
    19.how we do database testing with qtp using descriptive programming?
    20.How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?
    21.How can I deploye a 'QTP Runtime environment only'


  2. #2
    Expert Member
    Join Date
    Apr 2007
    Answers
    147
    Quote Originally Posted by prasad79 View Post
    15.Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
    This is the solution ......

    Set objDesc = Description.Create
    linkDesc("micclass").value = "Button"
    Set obj1= Browser("Google").Page("Google").ChildObjects(objDesc)
    msgbox obj1.count

    Quote Originally Posted by prasad79 View Post
    2.how to test dynamic web pages using qtp?
    Use regular expression for this....

    Quote Originally Posted by prasad79 View Post
    9.what is the use of input and output parameters in test--settings--inputparameters and output parametrers?
    This is what I follow in my project. Work work with QC.

    Whatever Input parameters are given in test--settings--parameters .....they are reflected in QC as the Input parameters again. Thus we have to enter the values. Here we can also give the default value.

    Sometimes we fetch some values with QTP and store it in a variable. Thsi value might be reused in the next Action or component to be called. So we just give the Variable name in the Output parameters. So that we can jsut straightaway use it in the later Action or component.

    Quote Originally Posted by prasad79 View Post
    11.how do you configure QTP AND Test director?
    QTP and Test director does not require any seperate configuration.
    Just that you might reuire some extra patch for Quality Center.
    But for Test Director nothing is required as such

    Last edited by jainbrijesh; 05-19-2007 at 04:58 AM.

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