HashMap map = new HashMap();
map.put("param1","value1");
map.put("param2","value2");
map.put("param3","value3");
map.put("param4","value4");
SimpleBeanForTesting sbft = new SimpleBeanForTesting(map);
pageContext.setAttribute("paramPropertyMap", sbft, PageContext.APPLICATION_SCOPE);
runMyTest("testFramePageNamePropertyApplicationScope", "");
}