Need to make sure all applets params are read/set before start the testing logic.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • None
    • Affects Version/s: 7-pool
    • Component/s: deploy
    • Environment:

      winxp/jre-6u28/fx-b45/FF4

      In some FX deployment sqe LiveConnect test cases. Applets params are passed in and used to determine PASS/FAIL of the test. These params are typically read/set in init() function of FX applets/application. However, sometimes (due to different timing) it could happen that the test function of the FX applet is called before the params mentioned above has been read/set. Thus, NPE will be thrown.

      Need to add logic to delay the invocation of such test functions until all needed params are read/set.

            Assignee:
            Stephen Hu (Inactive)
            Reporter:
            Stephen Hu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: