Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    14
    Views
    6,752

    Re: QTP object repository

    Hi Punith,

    You can differentiate the links count based on either by taking similar kind of object descriptions of link object which you would like taking count or take all links names which you...
  2. Answers
    14
    Views
    6,752

    Re: QTP object repository

    Hi,

    The following below code is helpful for counting all the links on particular page,

    Set oDesc = Description.Create()
    oDesc("micclass").Value = "Link"
    Set oLinks =...
  3. Re: how to use virtual list object in web application.

    Hi,

    I tried, but no results.

    Better I will explain again, there is a listbox and it has 50 items, visible only 12 items and invisible all remaining. While creating virtual objects I tried for...
  4. Answers
    4
    Views
    11,936

    Re: How to check Non-Editable Fields in QTP

    Hi,

    By using GetRoProperty, we can find whether filed enable or disable.

    Here my question is, even it is possible to find editable or non-editable also, if, please let us know how?

    ...
  5. Answers
    2
    Views
    3,603

    Re: Verify object properties

    Hi,

    This error pop ups when object were identified using the location or object has properties like width or height which are varying based on screen resolution, so need to take care when changes...
  6. Answers
    10
    Views
    5,429

    Re: Popup box GetItemsCount Option

    Hi,

    GetItemCount method for winlist and wincombbox but not for a weblist, you better use bellow code for weblist,

    x = Browser("Dice - Advanced JobSearch").Page("Dice - Advanced...
  7. how to use virtual list object in web application.

    Hi All,


    In my application, there is custom list box, while making this as virtual list box not able to mark all the items in the list box as all items are not shown. But marked only visible...
  8. Thread: Qtp

    by kpvasanth
    Answers
    2
    Views
    2,732

    Re: Qtp

    Hi,

    Depends on requirements regular expressions can be used and these are some examples,

    This can be used when full word name changing,

    \w – its matches to any alphanumeric characters and...
  9. Answers
    2
    Views
    3,111

    Re: Calling action on condition basis

    Hi,

    In your code, always if clause condition is successful, so its always calling actionB from actionA, you better modify your code like below,

    Dim flag
    flag =1
    If flag=1 Then
    RunAction...
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