com.atlassian.jira.webtest.webdriver.tests.security
Class TestXss

java.lang.Object
  extended by com.atlassian.jira.pageobjects.BaseJiraWebTest
      extended by com.atlassian.jira.webtest.webdriver.tests.security.TestXss

public class TestXss
extends BaseJiraWebTest


Field Summary
 
Fields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
backdoor, jira, jiraWebTestClassRules, logger, pageBinder, webTestRule
 
Constructor Summary
TestXss()
           
 
Method Summary
 void testAddUserXSS()
          Tests against XSS in AddUser.jspa (JST-3797)
 void testEditApplicationPropertiesXSS()
          Tests against XSS in EditApplicationProperties.jspa (JST-3790)
 void testEditProfileXSS()
          Tests against XSS in EditProfile!default.jspa (JST-3617)
 void testRoleActorActionsXSS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestXss

public TestXss()
Method Detail

testRoleActorActionsXSS

public void testRoleActorActionsXSS()
                             throws Exception
Throws:
Exception

testEditProfileXSS

public void testEditProfileXSS()
Tests against XSS in EditProfile!default.jspa (JST-3617)


testEditApplicationPropertiesXSS

public void testEditApplicationPropertiesXSS()
Tests against XSS in EditApplicationProperties.jspa (JST-3790)


testAddUserXSS

public void testAddUserXSS()
Tests against XSS in AddUser.jspa (JST-3797)



Copyright © 2002-2014 Atlassian. All Rights Reserved.