51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 899|回复: 0
打印 上一主题 下一主题

[原创] Day2-1测试积点任务

[复制链接]
  • TA的每日心情
    无聊
    昨天 09:38
  • 签到天数: 493 天

    连续签到: 3 天

    [LV.9]测试副司令

    跳转到指定楼层
    1#
    发表于 2018-7-23 09:36:27 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    1测试积点
    问题:
    使用 AppCrawler 测试报告中有好多状态是 Canceled,是什么意思呢?
    如题所说,下面是某一个canceled 的日志信息:
    1. clickedIndex=-1 action=Ready xpath=//[@resource-id=\"com.vipkid.app:id/home_tab_layout\" and @index=\"1\"]/[@resource-id=\"com.vipkid.app:id/home_tabs\" and @index=\"1\"]/[@index=\"2\"]/[@resource-id=\"com.vipkid.app:id/mTabImg\" and @index=\"0\"] !!! CANCELED !!!
    2. (Hide Details)
    3. Message: Ready not click
    4. Line: (TemplateTestCase.scala:100)
    5. Exception: org.scalatest.exceptions.TestCanceledException
    6. org.scalatest.Assertions.newTestCanceledException(Assertions.scala:531)
    7. org.scalatest.Assertions.newTestCanceledException$(Assertions.scala:530)
    8. org.scalatest.FunSuite.newTestCanceledException(FunSuite.scala:1560)
    9. org.scalatest.Assertions.cancel(Assertions.scala:1141)
    10. org.scalatest.Assertions.cancel$(Assertions.scala:1137)
    11. org.scalatest.FunSuite.cancel(FunSuite.scala:1560)
    12. com.testerhome.appcrawler.TemplateTestCase.$anonfun$addTestCase$8(TemplateTestCase.scala:100)
    13. org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
    14. org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
    15. org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
    16. org.scalatest.Transformer.apply(Transformer.scala:22)
    17. org.scalatest.Transformer.apply(Transformer.scala:20)
    18. org.scalatest.FunSuiteLike$anon$1.apply(FunSuiteLike.scala:186)
    19. org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
    20. org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
    21. org.scalatest.FunSuite.withFixture(FunSuite.scala:1560)
    22. org.scalatest.FunSuiteLike.invokeWithFixture$1(FunSuiteLike.scala:184)
    23. org.scalatest.FunSuiteLike.$anonfun$runTest$1(FunSuiteLike.scala:196)
    24. org.scalatest.SuperEngine.runTestImpl(Engine.scala:289)
    25. org.scalatest.FunSuiteLike.runTest(FunSuiteLike.scala:196)
    26. org.scalatest.FunSuiteLike.runTest$(FunSuiteLike.scala:178)
    27. org.scalatest.FunSuite.runTest(FunSuite.scala:1560)
    28. org.scalatest.FunSuiteLike.$anonfun$runTests$1(FunSuiteLike.scala:229)
    29. org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:396)
    30. scala.collection.immutable.List.foreach(List.scala:389)
    31. org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)
    32. org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:379)
    33. org.scalatest.SuperEngine.runTestsImpl(Engine.scala:461)
    34. org.scalatest.FunSuiteLike.runTests(FunSuiteLike.scala:229)
    35. org.scalatest.FunSuiteLike.runTests$(FunSuiteLike.scala:228)
    36. org.scalatest.FunSuite.runTests(FunSuite.scala:1560)
    37. org.scalatest.Suite.run(Suite.scala:1147)
    38. org.scalatest.Suite.run$(Suite.scala:1129)
    39. org.scalatest.FunSuite.org$scalatest$FunSuiteLike$super$run(FunSuite.scala:1560)
    40. org.scalatest.FunSuiteLike.$anonfun$run$1(FunSuiteLike.scala:233)
    41. org.scalatest.SuperEngine.runImpl(Engine.scala:521)
    42. org.scalatest.FunSuiteLike.run(FunSuiteLike.scala:233)
    43. org.scalatest.FunSuiteLike.run$(FunSuiteLike.scala:232)
    44. com.testerhome.appcrawler.TemplateTestCase.org$scalatest$BeforeAndAfterAllConfigMap$super$run(TemplateTestCase.scala:13)
    45. org.scalatest.BeforeAndAfterAllConfigMap.liftedTree1$1(BeforeAndAfterAllConfigMap.scala:248)
    46. org.scalatest.BeforeAndAfterAllConfigMap.run(BeforeAndAfterAllConfigMap.scala:245)
    47. org.scalatest.BeforeAndAfterAllConfigMap.run$(BeforeAndAfterAllConfigMap.scala:242)
    48. com.testerhome.appcrawler.TemplateTestCase.run(TemplateTestCase.scala:13)
    49. org.scalatest.Suite.callExecuteOnSuite$1(Suite.scala:1210)
    50. org.scalatest.Suite.$anonfun$runNestedSuites$1(Suite.scala:1257)
    51. scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:32)
    52. scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:29)
    53. scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:191)
    54. org.scalatest.Suite.runNestedSuites(Suite.scala:1255)
    55. org.scalatest.Suite.runNestedSuites$(Suite.scala:1189)
    56. org.scalatest.tools.DiscoverySuite.runNestedSuites(DiscoverySuite.scala:30)
    57. org.scalatest.Suite.run(Suite.scala:1144)
    58. org.scalatest.Suite.run$(Suite.scala:1129)
    59. org.scalatest.tools.DiscoverySuite.run(DiscoverySuite.scala:30)
    60. org.scalatest.tools.SuiteRunner.run(SuiteRunner.scala:45)
    61. org.scalatest.tools.Runner$.$anonfun$doRunRunRunDaDoRunRun$13(Runner.scala:1340)
    62. org.scalatest.tools.Runner$.$anonfun$doRunRunRunDaDoRunRun$13$adapted(Runner.scala:1334)
    63. scala.collection.immutable.List.foreach(List.scala:389)
    64. org.scalatest.tools.Runner$.doRunRunRunDaDoRunRun(Runner.scala:1334)
    65. org.scalatest.tools.Runner$.$anonfun$runOptionallyWithPassFailReporter$24(Runner.scala:1031)
    66. org.scalatest.tools.Runner$.$anonfun$runOptionallyWithPassFailReporter$24$adapted(Runner.scala:1010)
    67. org.scalatest.tools.Runner$.withClassLoaderAndDispatchReporter(Runner.scala:1500)
    68. org.scalatest.tools.Runner$.runOptionallyWithPassFailReporter(Runner.scala:1010)
    69. org.scalatest.tools.Runner$.run(Runner.scala:850)
    70. com.testerhome.appcrawler.Report.runTestCase(Report.scala:64)
    71. com.testerhome.appcrawler.Report.runTestCase$(Report.scala:40)
    72. com.testerhome.appcrawler.Report$.runTestCase(Report.scala:77)
    73. com.testerhome.appcrawler.plugin.ReportPlugin.generateReport(ReportPlugin.scala:47)
    74. com.testerhome.appcrawler.plugin.ReportPlugin.stop(ReportPlugin.scala:30)
    75. com.testerhome.appcrawler.Crawler.$anonfun$stop$2(Crawler.scala:1148)
    76. com.testerhome.appcrawler.Crawler.$anonfun$stop$2$adapted(Crawler.scala:1148)
    77. scala.collection.immutable.List.foreach(List.scala:389)
    78. scala.collection.generic.TraversableForwarder.foreach(TraversableForwarder.scala:35)
    79. scala.collection.generic.TraversableForwarder.foreach$(TraversableForwarder.scala:35)
    80. scala.collection.mutable.ListBuffer.foreach(ListBuffer.scala:44)
    81. com.testerhome.appcrawler.Crawler.$anonfun$stop$1(Crawler.scala:1148)
    82. scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
    83. scala.util.Try$.apply(Try.scala:209)
    84. com.testerhome.appcrawler.Crawler.stop(Crawler.scala:1148)
    85. com.testerhome.appcrawler.Crawler.crawl(Crawler.scala:218)
    86. com.testerhome.appcrawler.Crawler.start(Crawler.scala:164)
    87. com.testerhome.appcrawler.AppCrawler$.startCrawl(AppCrawler.scala:344)
    88. com.testerhome.appcrawler.AppCrawler$.parseParams(AppCrawler.scala:312)
    89. com.testerhome.appcrawler.AppCrawler$.main(AppCrawler.scala:92)
    90. com.testerhome.appcrawler.AppCrawler.main(AppCrawler.scala)
    复制代码


    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-9-21 22:41 , Processed in 0.067461 second(s), 21 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表