getUserByUsername (qcHelper)

    Signature

    HelperqcHelper
    Signature
    getUserByUsername(String username)
    Description

    Returns a user matching the specified username or null if user is not found.

    Introduced in1.0

    Example use

    The example below helps to create defects with the default owner set to admin

    defect.owner = qcHelper.getUserByUsername("admin")