XMLWordPrintable

Details

    • Sub-task
    • Resolution: Cannot Reproduce
    • Medium
    • 2.4, 2.4 Iteration 4
    • None
    • Google Apps
    • None

    Description

      TestExternalUserFunctionality.tearDownOnce()
      junit.framework.AssertionFailedError: No form present with name or id [jiraform]
      at junit.framework.Assert.fail(Assert.java:47)
      at junit.framework.Assert.assertTrue(Assert.java:20)
      at net.sourceforge.jwebunit.junit.WebTester.assertFormPresent(WebTester.java:944)
      at com.atlassian.studio.livetest.PrintingPageWebTester.assertFormPresent(PrintingPageWebTester.java:647)
      at net.sourceforge.jwebunit.junit.WebTester.setWorkingForm(WebTester.java:2256)
      at com.atlassian.studio.livetest.PrintingPageWebTester.setWorkingForm(PrintingPageWebTester.java:1685)
      at com.atlassian.studio.functest.core.FuncTestStudioUtils.deleteUser(FuncTestStudioUtils.java:260)
      at com.atlassian.studio.functest.core.FuncTestStudioUtils.deleteUser(FuncTestStudioUtils.java:252)
      at com.atlassian.studio.gappstest.TestExternalUserFunctionality.tearDownOnce(TestExternalUserFunctionality.java:47)
      at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
      at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
      at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
      at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
      at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
      ... Removed 24 stack frames

      TestExternalUserFunctionality.testPublicSignup()
      junit.framework.AssertionFailedError: Expected text not found in current page: [Public Signup User]
      Page content was: [jWebTest JIRA installation - Log in
      Welcome to jWebTest JIRA installation Log in using your atl-paid-dev.com account
      Proceed to Google login
      Log in using your JIRA Studio Account
      Sorry, your username and password are incorrect - please try again.
      Username publicsignupuser
      Password
      unchecked Remember my login on this computer
      Not a member? Sign up for an account.
      Log In Can't access your account?
      Powered by JIRA Studio 2.3 | Terms of Use | Bug/feature request | Request Support | Help/Documentation | JIRA Studio Blog | Twitter @JIRAStudio]
      at junit.framework.Assert.fail(Assert.java:47)
      at net.sourceforge.jwebunit.junit.WebTester.assertTextPresent(WebTester.java:442)
      at com.atlassian.studio.livetest.PrintingPageWebTester.assertTextPresent(PrintingPageWebTester.java:118)
      at com.atlassian.studio.gappstest.TestExternalUserFunctionality.testPublicSignup(TestExternalUserFunctionality.java:282)
      at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
      at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
      at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
      at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
      at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
      ... Removed 24 stack frames

      TestExternalUserFunctionality.testUserBrowserDisplaysUserTypeForEachUser()
      net.sourceforge.jwebunit.exception.TestingEngineResponseException: The server return 500 HTTP code.
      at net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl.gotoPage(HtmlUnitTestingEngineImpl.java:240)
      at net.sourceforge.jwebunit.junit.WebTester.gotoPage(WebTester.java:2911)
      at com.atlassian.studio.livetest.PrintingPageWebTester.gotoPage(PrintingPageWebTester.java:20)
      at com.atlassian.studio.livetest.FuncTestWebTester.gotoPage(FuncTestWebTester.java:118)
      at com.atlassian.studio.gappstest.TestExternalUserFunctionality.testUserBrowserDisplaysUserTypeForEachUser(TestExternalUserFunctionality.java:188)
      at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
      at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
      at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
      at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
      at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
      Caused by: com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException: 500 Internal Server Error for http://localhost:2990/jira/secure/admin/UserBrowser.jspa
      at com.gargoylesoftware.htmlunit.WebClient.throwFailingHttpStatusCodeExceptionIfNecessary(WebClient.java:530)
      at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:330)
      at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:386)
      at net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl.gotoPage(HtmlUnitTestingEngineImpl.java:234)
      ... 33 more
      ... Removed 24 stack frames

      TestExternalUserFunctionality.testViewUserPageContainsExternalityStatus()

      junit.framework.AssertionFailedError: Unable to locate element with id "user-type"
      at junit.framework.Assert.fail(Assert.java:47)
      at junit.framework.Assert.assertTrue(Assert.java:20)
      at net.sourceforge.jwebunit.junit.WebTester.assertElementPresent(WebTester.java:1997)
      at com.atlassian.studio.livetest.PrintingPageWebTester.assertElementPresent(PrintingPageWebTester.java:1447)
      at net.sourceforge.jwebunit.junit.WebTester.getElementById(WebTester.java:2629)
      at com.atlassian.studio.gappstest.TestExternalUserFunctionality.assertCorrectStatus(TestExternalUserFunctionality.java:318)
      at com.atlassian.studio.gappstest.TestExternalUserFunctionality.testViewUserPageContainsExternalityStatus(TestExternalUserFunctionality.java:312)
      at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
      at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
      at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
      at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
      at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
      ... Removed 24 stack frames

      Attachments

        Activity

          People

            fcuozzo Felipe Cuozzo (Inactive)
            awei Alex Wei (DE)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: