<dd id="ytuog"></dd>
<menuitem id="ytuog"><input id="ytuog"><strong id="ytuog"></strong></input></menuitem>
  • <form id="ytuog"><tr id="ytuog"><sub id="ytuog"></sub></tr></form>
    <menuitem id="ytuog"><input id="ytuog"></input></menuitem>
  • <menuitem id="ytuog"><thead id="ytuog"><legend id="ytuog"></legend></thead></menuitem>
    <code id="ytuog"><label id="ytuog"></label></code>
  • <menuitem id="ytuog"><input id="ytuog"><dfn id="ytuog"></dfn></input></menuitem>
      ????綽??400-035-7887/021-6072 5088
      ??? ???????? ????????? ???????
      SPASVO????
      • ????
      • ?????????
        TestOne??????????????? ATF?????????????? AutoRunner???????????? MobileRunner???????????????
      • ???????
      • ???????
        PerformanceRunner (??????????) web pr(???????????) APM (?????????)
      • RPA??????
      • ?з?????
        ALM???з????????? ???????CA
      • ?????????
        ????????? ??????? Alltesting?????
      • ???????
      • ????????
        ??????????? ??????????
      • ??????

        ???????

        PerformanceRunner ?????????????? APM????????????? web-PR?????????????????

        RPA??????

        AutoRunner Process ????????????

        ?????????

        TestOne??????????????? ATF?????????????? AutoRunner???????????????? MobileRunner??????????????? AR365????????????

        ???????

        ALM+TestCenter?????????????????? ProjectCenter?????????????? TestCenter?????????????? RequisiteCenter?????????? CodeAnalyzer??????????? ????TCE??bug????????

        ??????

        PerformanceRunner?????????????? ALM+TestCenter?????????????????? ATF?????????????? AutoRunner???????????????? CodeAnalyzer???????????

        ???????

        ???????????????? ?????????? ???????????? ?????????? SPASVO?????????
      • ???????
      • ???????

        ????

        ???? ??????????????? ??????м?????????????? ????????????? ??????????????????????????? ?з?????????????? ????????????? ????????????????? ?????????????????????????? ????????????? ??????????? ??????????????? ?з?????????????? ????????????? ?????????????????????????? ???APP??????????????? ???????????????? ???? ??????????????? ????????????? ?з?????????????? ???? ??????????????? ?????????????

        ?о????

        ????????????? ?????????????? ????????????? ??????????????? APM???????/???·????????? ?з?????????????? ?????????????

        ???

        ??????????????????? ????????????? ????????????? ?????????? app??????????????? ????????????? ??????????????? APM???????/???·????????? ?з?????????????? ?????????????

        ??????

        ??????????????跽?? ????????????? ???????γ???? ????????????? ??????????????? ??????????????? ????????????跽?? RPA?????????????跽?? ??????????????跽?? ??У??????????????? ??У????????????????????? ???????????μ????跽?? ?????? ???????? ????????

        ??????

        ?????????????? ?????????????? ?????????????

        ????

        ????????/???? ?????????????? ???????? ??????λ/?????? ????????????? ??????????????? ???????????????? ??????app??h5??С??????????????????? ?з?????????????? ?????????????
      • ???????
      • PerformanceRunner (??????????) APM (?????????)
      • ?????????
      • TestOne??????????????? ATF?????????????? AutoRunner???????????? MobileRunner???????????????
      • ?з?????
      • ALM???з????????? TestCenter??????????????
      • RPA??????
      • ???????CA
      • ?????
      • ???????
      • PerformanceRunner ?????????????? APM????????????? web-PR?????????????????
      • RPA??????
      • AutoRunner Process ????????????
      • ?????????
      • TestOne??????????????? ATF?????????????? AutoRunner???????????????? MobileRunner??????????????? AR365????????????
      • ???????
      • ALM+TestCenter?????????????????? ProjectCenter?????????????? TestCenter?????????????? RequisiteCenter?????????? CodeAnalyzer??????????? ????TCE??bug????????
      • ??????
      • PerformanceRunner?????????????? ALM+TestCenter?????????????????? ATF?????????????? AutoRunner???????????????? CodeAnalyzer???????????
      • ???????
      • ???????????????? ?????????? ???????????? ?????????? SPASVO?????????
      • ???????
      • ???
      • ???? ?о???? ??? ?????? ?????? ????
      • ????????
      ????λ?????????? >> ?????????? >> ???????

      2013?????????????С??[2] ????????

      ???????????? ???????[ 2013/12/13 10:47:55 ] ????????

      ????Δ????????????
      @Test(description = "addToCart_????????_??????????????????????????"?? dataProvider = "test_addToCart_normal_data")
      @Rollback
      public void test_addToCart_normal(String caseNote?? long itemId?? int count) {
      Custom tom = new Custom("Tom");
      this.setCustom(tom);
      cartBean.addToCart(itemId?? count);
      Item item = tom.getCart.getItems.get(0);    // ????????е????????
      Assert.assertEquals(item.getId??      itemId??  "itemId is wrong");
      Assert.assertEquals(item.getCount??   count??   "count is wrong");
      }
      @DataProvider
      public Object[][] test_addToCart_normal_data() {
      return new Object[][] {
      // caseNote??                    itemId??     count
      {"Milk  - just a dozen"??        39001L??     12??  }??
      {"Bread - huge number"??         116001L??    999}??
      {"Bean  - less then 10"??        1018100L??   2}??
      };
      }
      ?????????
      ?????????????????????β???addToCart()?????????????????????????????????????????????????????
      ???????????????????????????e????????????????????????????????????????????e??????????????????????
      ????????????????@Rollback???????????к???????????????????????????????????????????????????????????????????????????????????@Rollback?????????????????????2???
      ??????????????TestNg??@DataProvider????????????ж??????????????????????????
      ????????????????н????????caseNote?????????????????????????Ч?????????????
      ????Δ??????????
      @Test(description = "addToCart_??????_??????????????????????"?? dataProvider = "test_addToCart_error_data")
      @Rollback
      public void test_addToCart_error(String caseNote?? long itemId?? int count?? int expectedErrorCode) {
      Custom tom = new Custom("Tom");
      this.setCustom(tom);
      try {
      cartBean.addToCart(itemId?? count);
      Assert.fail();
      } catch (Exception e) {
      Assert.assertEquals(e.getErrorCode?? expectedErrorCode);
      }
      }
      @DataProvider
      public Object[][] test_addToCart_error_data() {
      return new Object[][] {
      // caseNote??                        itemId??     count??  expectedErrorCode
      {"iPad       - 0 count"??            39001L??     0??      Cart.ZERO_COUNT}??
      {"MacBookPro - more then stock"??    116001L??    1024??   Cart.MORE_THAN_STOCK}??
      {"no such item"??                    0L??         1L??     Cart.NO_SUCH_ITEM}
      };
      }
      ?????????
      ?????????????????????????? errorCode ????? ?????errorCode???????????????????????

      ????123????
      ???????????????????????漰???????????????????SPASVOС??(021-61079698-8054)?????????????????????????

      ??????

      iOS???????mocha??chai??sinon??istanbul???????????????????????????????????????д?????Java????????7??????Android?????????Robolectric3.0????(?)???Kiwi?????????????????????????????????Python?????????????????????????????????????Controller????????д?????????10???????????????????Angular????????????Component??Directive??Pipe ???ServiceAndroid????????????????????????????????--Mockito??????iOS UnitTest???????Vue?????????????????

      ?????

      ???????????????

      ???????????????

      ????????????

      ????????????

      ?????????????????

      ?????????????????

      ??????????

      ??????????

      ????????????

      ????????????

      ????з????????????

      ????з????????????

      ATF??????????????

      ATF??????????????

      ??????????

      ??????????

      ??????????

      ??????????

      ??????????

      ??????????

      ???·???

      ??????????????????

      2023/3/23 14:23:39

      ???д?ò??????????

      2023/3/22 16:17:39

      ????????????????????Щ??

      2022/6/14 16:14:27

      ??????????????????????????

      2021/10/18 15:37:44

      ???????????????

      2021/9/17 15:19:29

      ???·???????·

      2021/9/14 15:42:25

      ?????????????

      2021/5/28 17:25:47

      ??????APP??????????

      2021/5/8 17:01:11

      ????????

      ?????????App Bug???????????????????????Jmeter?????????QC??????APP????????????????app?????е????????jenkins+testng+ant+webdriver??????????????JMeter????HTTP???????Selenium 2.0 WebDriver ??????

      ??????

      APP??????? selenium ??????????? ??????? RPA??????? app????????? ??????????

      ????綽

      021-6072 5088-8054

      ?????????? 31010702002953??

      ??ICP??07036474?? 2003-2020 ??????? ??????????????????? Shanghai ZeZhong Software Co.,Ltd.

      ?????????????

      ??????????/????????? ?????????? ????????????/?????????? ???????????????/App??????? ALM??????????? ??????????/?????????? Selenium??????????? RPA???????????????

      ?????????

      ??????? RPA??????? ??????????????????? ????????????????? ???????????? ??????????????????? ???????????????????? ????????????? ????????????? ????????????? ?????????????? ??????????????? ????????????????????? ???????????????? ??????????????????? ?????????????

      ???????

      ???????:021-6072 5088-8054

      ???????:021-6072 5088-8006

      sales@spasvo.com

      ??ICP??07036474?? 2003-2022 ??????? ??????????????????? Shanghai ZeZhong Software Co.,Ltd.
      ????
      ???

      ???????
      ??????????????

      ????????????
      ????
      ????
      ????
      ????

      感谢您访问我们的网站,您可能还对以下资源感兴趣:

      欧美、另类亚洲日本一区二区
      <thead id="ocxus"></thead>
      <form id="ocxus"><form id="ocxus"><sub id="ocxus"></sub></form></form>
      <var id="ocxus"><input id="ocxus"><ul id="ocxus"></ul></input></var>