Results 1 to 4 of 4

Thread: Recognize Editable fields

  1. #1
    Geek_Guest
    Guest

    Recognize Editable fields

    Hi,

    I am currently testing Mercury Quality Center 9.2. I need to create some automated test cases, these Test Cases will be built in QuickTest Pro 9.2. But I am challenging a big problem. QTP wont recognize me some QC objects (i.e. Editable fields). I am not sure if this is occurring because Quality Center works over ActiveX. Maybe I need some special addins or a patch for QTP. Any help?

    Question asked by visitor Ismael


  2. #2
    Contributing Member
    Join Date
    Feb 2006
    Answers
    85

    Re: Recognize Editable fields

    What environment your application is?


  3. #3
    Contributing Member
    Join Date
    Aug 2007
    Answers
    59

    Re: Recognize Editable fields

    can someone tell how to add or test non editable fields in testing application!!!

    i got to know we can add all objects using object repository manager
    but i just want to how to check non editable fields in testing application!!!


  4. #4
    Expert Member
    Join Date
    Apr 2008
    Answers
    1,859

    Re: Recognize Editable fields

    hai Raj,

    Yes we can identify the non editable fields by the readonly property

    readonly1=Browser("B").Page("P").WebEdit("W").GetRoProperty("readonly")
    Msgbox readonly1

    If readonly1="1" Then
    reporter.reportEvent micPass,"Read only check","The webedit is non editable"
    else
    reporter.reportEvent micFail,"Read only check","The webedit editable"
    End If

    Thanks
    Deepa


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