Trail: JavaLoad->JavaPerformanceTuning->JavaScript->JavaStar->JiraBrowser

Performance Testing : JiraBrowser

KnowledgeBase :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Most recent edit on 2011-03-10 13:05:13 by Admin

Additions:
image

Deletions:
image



Edited on 2011-03-10 13:02:17 by Admin

Additions:
image

Deletions:
image



Edited on 2011-03-10 12:59:08 by Admin

Additions:
image

Deletions:
image
Ramp-up/down
image




Edited on 2011-03-10 12:56:38 by Admin

No differences.


Edited on 2011-03-10 12:55:38 by Admin

Additions:


Deletions:
:




Edited on 2011-03-10 12:55:09 by Admin

Additions:
<div class="field-group">
<label>Browser details</label>
<SCRIPT LANGUAGE="JavaScript">
var navName = navigator.appName ;
var brVer = navigator.userAgent; var brNum; var reg = new RegExp('/');
function copyenv() {
	var environment = document.getElementById('environment');
if (environment.value)
{
	environment.value += "\n\n";
}
environment.value += "||Browser Name||Platform Name||Browser Version||Is Java enabled ?||\n" + "|" + navName +"|" + navigator.platform + "|" + brNum + "|" + java + "|";
}
function verNumIE() {
   var brVerId = brVer.indexOf('MSIE');
   brNum = brVer.substr(brVerId,8);
}
function verNumOt() {
   var brVerId = brVer.search(reg);
   brNum = brVer.substring(brVerId+1);
}
if (navigator.appName == 'Microsoft Internet Explorer') {
  verNumIE() ;
} else {
  verNumOt() ;
}
if ( !(navigator.javaEnabled()) ) {
  java="No" ;
} else {
  java="Yes" ;
}
</script>
<table class="confluenceTable">
<tbody>
<tr>
<th class="confluenceTh">Browser Name</th>
<th class="confluenceTh">Platform Name</th>
<th class="confluenceTh">Browser Version</th>
<th class="confluenceTh">Is Java enabled ?</th>
<th class="confluenceTh">Action</th>
</tr>
<tr>
<td class="confluenceTd"><script>document.write(navName);</script></td>
<td class="confluenceTd"><script>document.write(navigator.platform)</script></td>
<td class="confluenceTd"><script>document.write(brNum);</script></td>
<td class="confluenceTd"><script>document.write(java);</script></td>
<td class="confluenceTd"><input type=button name=again value="Copy into Environment" onclick="copyenv();"></td>
</tr>
</tbody>
</table>
</div>
:




Edited on 2011-03-10 12:50:37 by Admin

No differences.


Edited on 2011-03-10 12:50:06 by Admin

Additions:
Ramp-up/down
image


Deletions:
Ramp-up/down



Edited on 2011-03-10 12:48:17 by Admin

Additions:
Ramp-up/down



Edited on 2011-03-10 12:46:09 by Admin

Additions:
image



Edited on 2011-03-10 12:44:05 by Admin

Additions:
  Attachment Size Date Added
      browserfielsetup.png   5.61 KB   3/10/2011 10:44 am
      browsercustomfield.png   14.5 KB   3/10/2011 10:44 am
      browseconfigure.png   9.68 KB   3/10/2011 10:44 am
      browsefielddefault.png   14.94 KB   3/10/2011 10:44 am
 


Deletions:
{files}



Oldest known version of this page was edited on 2011-03-10 12:43:50 by Admin []
Page view:

JIRA: Browser Custom Field


{files}
Page History :: 2011-03-10 13:05:13 XML :: Owner: Admin :: Search:
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0
Page was generated in 0.8927 seconds