Search:

Type: Posts; User: lata_115; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    5,500

    what is Scalability testing?

    what is Scalability testing?
  2. Thread: Test Data

    by lata_115
    Answers
    30
    Views
    8,903

    Poll: Test Data

    who will prepare the testdata?
    a) Tester
    b) developer
    c) client
    d) Test Manager
  3. Answers
    13
    Views
    8,553

    Re: what is performence testing?

    estimate the speed of the processing is called performance testing
  4. Testing

    what are the advantages of manual testing?
  5. Answers
    3
    Views
    18,025

    Re: QTP File Extensions Descriptions

    Resource.mtr :Extension of per-Action repository(mtr-module test repository)
  6. Answers
    6
    Views
    8,924

    Re: Selecting Row using QTP

    inos = Window("Flight Reservation").WinCombobox("Flyfrom:").getitemscount
    msgbox inos
    for i = 0 to inos-1
    window("Flight Reservation").Wincombobox("Flyfrom:").getitem(i)
    Next
  7. Re: How do you connect/configure qtp to access data from database?

    Dim con,rs
    set con = CreateObject("ADODB.Connection")
    set rs =CreateObject("ADODB.recordset")
    con.provider "microsoft.jet.oledb.4.o"
    con.open...
  8. Re: How to load variables and values from external file

    Environment.loadfromfile "d:\xyz.xml"
  9. Answers
    7
    Views
    7,787

    Re: Code to stop an iteration

    please give the example how to use?
  10. Thread: Runtime Value

    by lata_115
    Answers
    5
    Views
    4,194

    Re: Runtime Value

    hi,

    please try using GetROProperty.
  11. Answers
    2
    Views
    3,531

    Re: Need Urgent Help......About QTp

    hi,

    Here I am giving some important concepts in QTP

    Object Repository,smart identification,Regular expression,Actions,environment variables,Descriptive programming,library files,functions
  12. Answers
    10
    Views
    5,698

    Re: How to add objects?

    please give the example for add objects to OR during runtime?
  13. Re: Any help available for starters with user defined functions

    hi,

    here i am giving example for login using userdefined functions

    function login(uname,pwd)

    Browser("Browsername").page("pagename").WebEdit("username").set uname
    ...
  14. Answers
    10
    Views
    24,482

    Re: Regarding QTP keyword driven framework

    hi vjlaxmi,

    I need some more information about ur question?
  15. Re: Getting Error while creating / executing object repository

    Hi,

    please try this
    Dim app
    set app = CreateObject("Quicktest.Application")
    app.launch
    app.visible = True
    ...
  16. Answers
    5
    Views
    4,472

    Re: Adding objects at run time

    Using Set To Property
  17. Answers
    10
    Views
    24,482

    Re: Regarding QTP keyword driven framework

    hi,
    Define different functions for every specific functionality in the library files.
    Associate all the library files with Quick test.

    for eg: login,Account search take this two...
Results 1 to 17 of 18
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