• No due date 0 Open 0 Closed Updated 1 year 2 months ago
  • No due date 0 Open 0 Closed Updated 1 year 2 months ago
  • No due date 0 Open 0 Closed Updated 1 year 2 months ago
    lURLItemDict = {
        "Method": inMethodStr.upper(),
        "URL": inURLStr,  # URL of the request
        "MatchType": inMatchTypeStr,  # "BeginWith|Contains|Equal|EqualCase",
        "ResponseFilePath": os.path.abspath(inFilePathStr), #Absolute or relative path
        #"ResponseFolderPath": os.path.abspath(inFilePathStr), # Absolute or relative path
        "ResponseContentType": inContentTypeStr, #HTTP Content-type
        #"ResponseDefRequestGlobal": inDef #Function with str result
        "UACBool":inUACBool,
        "UseCacheBool": inUseCacheBool
    }
  • No due date 0 Open 0 Closed Updated 1 year 2 months ago

    https://github.com/pywinauto/pywinauto/issues/757

    There are two different kind of tools that I know:

    Based on the accessibility layer: LDTP, dogtail, strongwind
    Based on image recognition: sikuli, xpresser
    In my opinion, LDTP is the best tool right now since it provides a way to access programatically to the widgets in your application through the accessibility layer. However, the accessibility layer isn't really stable yet, in particular if it's enabled system-wide. So I'd let LDTP enable accessibility just for your application for testing.

    Sikuli looks promising, but I'm reluctant to recommend it because I'm not completely sure that a change in resolution, theme, font, etc. won't break all your test cases and you may end up spending a considerable amount of time maintaining them.

  • No due date 0 Open 0 Closed Updated 1 year 2 months ago
  • No due date 0 Open 0 Closed Updated 1 year 2 months ago

    @UnicodeLabs

    Как разворачивать на докере серверную часть ( на хабре)

  • No due date 0 Open 0 Closed Updated 1 year 2 months ago

    Не сталкивались с критическими проблемами на Selenium

  • No due date 0 Open 0 Closed Updated 1 year 2 months ago
  • No due date 0 Open 0 Closed Updated 1 year 2 months ago
  • No due date 0 Open 0 Closed Updated 1 year 2 months ago

    Обновлено до 3 10 на LInux

  • No due date 0 Open 0 Closed Updated 1 year 2 months ago