QA Home Page: Difference between revisions

From Genecats
Jump to navigationJump to search
(add blat server section)
(adding the tools section)
Line 47: Line 47:
==Updating Blat Servers==
==Updating Blat Servers==
See this [[Updating_blat_servers | page]] for more information.
See this [[Updating_blat_servers | page]] for more information.
==Tools==
*Vi
** Don't have a text editor of choice? Learn how to use vi by typing in "'''vimtutor'''" on the command line on hgwdev.
** Vi Quick Start [[VI_quick_start | Guide]]
** Handy [http://www2.cs.uidaho.edu/~rinker/ed03.pdf Cheat Sheet]
*[[UNIX_Commands | UNIX Commands]]
*[[MySQL_Commands | MySQL Commands]]
*[[QA_scripts| Common Scripts]]




[[Category: Browser QA]]
[[Category: Browser QA]]
[[Category: Browser QA Training]]
[[Category: Browser QA Training]]

Revision as of 23:52, 28 March 2011

General Goals

  • Monitor Apache for error 500, target 0.2% a month.
  • No more than 2 data repushes a month.
  • No more than 1 hour downtime during normal business hours.

Genome Browser Setup

GIT (Source Code Management System)

Editing Static Docs

  • Editing static pages that are destined for the RR (Round Robin), hgdownload, or linked to genomewiki.
  • Need to have links hard coded to the RR, but need to test them on the development machines? Take a look at how you can use javaScript with the static pages.

CGI Build Process & Testing

  • Currently we are on a 3 week CGI software release schedule. See CGI_Build_Schedule for more details.
  • The buildmeister follows this process.
  • When the CGIs are loaded on hgwbeta, the QA'er tests their assigned CGIs. The general CGI testing instructions can be found here.
  • Currently we try to test our CGI's in Internet Explorer & Firefox due to the high browser usage.
  • If you don't have access to a Windows machine with Internet Explorer, there is a machine you can log into.

QAing tracks/assemblies

Mailing List Maven

Updating Blat Servers

See this page for more information.

Tools

  • Vi
    • Don't have a text editor of choice? Learn how to use vi by typing in "vimtutor" on the command line on hgwdev.
    • Vi Quick Start Guide
    • Handy Cheat Sheet