240 发简信
IP属地:河南
  • sonarqube+sonar-scanner-engine扫描引擎主要执行步骤

    一. 获取插件并加载 1. 获取已有插件列表 请求/api/plugins/installed获取已安装的插件org.sonar.scanner.bootstrap.Scan...

  • spring学习-切面

    一、注解创建切面 @Aspect: 表明该类为切面@Before: 通知方法会在目标方法调用之前执行@After: 通知方法会在目标方法返回或抛出异常后执行@AfterRet...

  • spring学习-装配Bean

    一、自动装配 1. 组件扫描 注解启用组件扫描 @Component: 表明该类为组件类,告知Spring要为这个类创建bean设置bean名称:@Component("id...

  • TestNG的Group标签导致的@BeforeTest方法无效

    TestNG 的 @BeforeMethodAnnotation Type,其作用是标明所注解的方法在每一个测试方法运行之前会执行一次。例如 执行的顺序为 但是,在将Test...

  • 120
    IOS自动化框架-WebDriverAgent

    一.下载安装 1.下载 git clone https://github.com/facebook/WebDriverAgent.git Localpath localPat...

  • IOS XCUITest 命令行运行

    xcodebuild -workspace ./UITestDemo.xcodeproj/project.xcworkspace -scheme UITestDemoUITe...

  • IOS真机webview测试方法

    1.安装ios_webkit_debug_proxy Mac 可以简单的使用 brew 安装: brew install ios-webkit-debug-proxy Lin...

  • android webview测试方法

    利用chromedriver操作webview 1.创建chrome server chromedriver --url-base=wd/hub --port=9515 --...

  • appium android测试碰到的坑

    Appium 1.4.13在Android 7上有bug 报错:Failure [INSTALL_FAILED_ALREADY_EXISTS: Attempt to re-i...

  • 120
    appium IOS真机测试碰到的坑

    1.启动Inspector报错 勾选Prelaunch Application 2.启动报错instruments[1529:27804] Automation Instru...

  • IOS安装app

    1.真机 ①安装ideviceinstaller Please uninstalllibimobiledevice andideviceinstall, then disco...

  • mac下eclipse获取环境变量问题

    Mac OSX, the environment variables defined in .bashrc or .bash_profile are only exporte...