Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    3,394

    Re: Import From Database

    the below script will use for parameterizing from Excel sheet....

    On error resume next

    Set objExcel = CreateObject("Excel.Application")
    strPathExcel = "C:\Documents and Settings\Madhu...
  2. Answers
    3
    Views
    3,394

    Re: Import From Database

    which data base u r using oracle or SQL server or MS Access?
  3. Answers
    6
    Views
    3,346

    Re: msg boxes in test result window

    HI..


    try this code...

    set chkbox = description.create
    chkbox("class name").value = WinCheckbox

    get_chkbox = window("<window name>").childobjects(chkbox)
  4. Re: Why do we need "Recovary senario" in QTP

    HI,,


    If there is expected exception We can handle through script it self, by using

    If..Then statement and on error resume next, err.raise, err.number, err.description..methods.


    But...
  5. Answers
    7
    Views
    5,562

    Re: QTP Repository

    Hey stephen...


    u can change it in to shared repository...


    Just open that action.... and open the object repository.

    go to File:Export Local Objects.
  6. Answers
    10
    Views
    5,384

    Re: Popup box GetItemsCount Option

    I agree with Vasanth...

    and if u want to know each item name:


    add this script to above script:

    for i = 0 to x-1

    Browser("Dice - Advanced JobSearch").Page("Dice - Advanced...
  7. Re: How to check Non-Editable Fields in QTP

    check_enabled=window("<Window Name>").WInEdit("<Edit Box Name>").GetROProperty("enabled")

    if check_enabled = true then
    msgbox "Edit Box is Editable"
    else
    msgbox "Edit box is Non-Editable"
    end...
  8. Re: More then one Object Repository in QTP

    HI,

    we can have more than one repositories at same time. we have Associate repositories tool for it.

    Resources--Associate repositories

    Here u can associate No. of...
  9. Answers
    5
    Views
    4,299

    Re: Database Checkpoint dynamic query

    please dont give uncomplete answers. it will give more confuse. when u r going to answer pls try to give with full explanation. if possible try to write script also.

    then only it will usefull....
Results 1 to 9 of 9
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