Web Presence Working Group: Testing Guide: Difference between revisions

From GO Wiki
Jump to navigation Jump to search
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
= New Things to Test =
= To Testers... =


I pulled these assignments from the WPWG mailing list and chose people more or less based on how much I heard from them (hoping that would be an indicator of their availability).
Please read the next section (as well as "Things to Remember" at the end) and select features that you feel that you can test. Once you have tested a feature, edit this page and write your name next to "Test by:". As much as possible, please select things to test that have not been tested as much as others.


If you have problems, please contact Seth or the WPWG list. Feel free to trade assignments as long as the wiki is updated.
Keep in mind that the main user-side features for this release are: new term details pages with a new way of browsing within those pages and lucene-based searching. Most of the testing energy should be directed towards these.  


== Testable new features ==
= Testable new features =


* Installation scripts (install.pl, refresh.pl, version.pl)
== Installation scripts ==
* AmiGO software page
* GONuts integration
** Term page
** GONuts back to AmiGO
* Homolset
** Summary page
** Details pages
** Graphs
*** Dynamic
*** Static
** Highlights
*** GP search
*** GP details
* Beta links (if wanted)
** Beta button
** Beta layout
* OpenSearch widget (currently deferred)


== How to Test ==
Basically, successfully install AmiGO on a machine and check to see if the installation script lies. This would mean checking with both version.pl and simulate.pl.


=== Installation scripts (Ben) ===
URL: N/A
Basically, successfully install AmiGO on a machine and check to see if the installation scripts lie.


=== AmiGO software page (Siddartha) ===
Tested by: Ben/Seth


Make sure that the link to the new software page appears in the menu bar ("Other tools") and that the experimental features never show up on the page (i.e. AmiGO features that you haven't heard of yet).
== Refresh/clean-up script ==


=== GONuts integration (Jane) ===
Using refresh.pl in all of its new forms. Successfully: update amigo to a new database (standard), update with a new GO_xrf.abbs from CVS (standard), keep the cruft down (-r).


Make sure that "Community" information appears on term details pages, that the link to GONuts is functional, and that the return links from GONuts work as well.
URL: N/A


=== Homolset summary page (Pascale) ===
Tested by: ???


http://goweb-dev.stanford.edu/cgi-bin/amigo/amigo?mode=homolset_summary
== AmiGO software page ==


=== Homolset details page (Eurie) ===
Check that it contains the proper links to all features not included in the menu bar or welcome page.


Example:
URL: http://goweb-dev.stanford.edu/cgi-bin/amigo/amigo
http://goweb-dev.stanford.edu/cgi-bin/amigo/amigo?mode=homolset_annotation&set=307


=== Homolset dynamic graphs (Rama) ===
Tested by: ???


Do dynamic graphs look and behave as expected?
== New Term Details Page ==
Example:
http://goweb-dev.stanford.edu/cgi-bin/amigo/amigo?mode=homolset_graph&set=307&format=svg


=== Homolset static graphs (Val) ===
=== Functional ===


Do static graphs look as expected (though rather large sometimes--beware).
Check and make sure that the new term details pages function as expected. You will have to find these either through searching or browsing.
Example:
http://goweb-dev.stanford.edu/cgi-bin/amigo/amigo?mode=homolset_graph&set=307&format=png


=== Homolset highlights (Rachel) ===
Example URL: http://goweb-dev.stanford.edu/cgi-bin/amigo/term-details.cgi?term=GO:0022008


In GP search and GP details, do links to homolset information appear?
Tested by: ???
Example: search for "taz" and then click on the GP details link and look at the information under "Ref Genome".


=== Link to AmiGO Beta (Amelia) ===
=== Containment ===


Link to wiki, link to beta, and link back to stable.
The old term details code was not removed from AmiGO and is actually still used in some cases (such as slims/subsets). Check and make sure that it is not possible to view GO terms in the old context.
Should be available from any menu bar.


=== OpenSearch widget (TBD) ===
Note that the auto-tester has already covered a large number of the easily reachable links. Since the auto-tester does not yet work over forms, that might be a good place to look for problems.


TBD
URL: N/A
 
Tested by: ???
 
== Live Search ==
 
Check and make sure that the live search page functions as expected.
 
URL: http://goweb-dev.stanford.edu/cgi-bin/amigo/amigo?mode=live_search
 
Tested by: ???


= Things to Remember =
= Things to Remember =
Line 78: Line 63:
Beyond checking functionality and correctness of the results, here are some other things to keep in mind while testing:
Beyond checking functionality and correctness of the results, here are some other things to keep in mind while testing:


* Do things work in other web browsers--sometimes different browsers behave and/or display differently
** If possible, check things with Firefox, Safari, and Internet Explorer
* Please check for consistency in terminology (i.e. "ref genome" vs. "homolog" vs. "equivalog").
* Please check for consistency in terminology (i.e. "ref genome" vs. "homolog" vs. "equivalog").
* Travel paths that are less travelled and use inputs that you might not normally use
* Travel paths that are less travelled and use inputs that you might not normally use
* Do things quicker/more carelessly than usual
* Do things more quickly or carelessly than usual
* Opening multiple sessions or windows and juggling between them
* Opening multiple sessions or windows and juggling between them
* Clicking multiple controls and backtracking
* Clicking multiple controls and backtracking
* How do things work in other web browsers; is it accessible


Another thing to try is [http://en.wikipedia.org/wiki/Fuzz_testing fuzz testing]. Basically trying random inputs in an effort to break the program. This would be random things in the URL and inputs. Usually this is automated, but we probably won't have something like that until more of the new AmiGO framework is written.
Another thing to try is [http://en.wikipedia.org/wiki/Fuzz_testing fuzz testing]. Basically trying random inputs in an effort to break the program. This would be random things in the URL and inputs. Usually this is automated, but we probably won't have something like that until more of the new AmiGO framework is written.


Along a similar vein is actively trying to break the system given that some of the internal structure is known. This can include things like entering MySQL statements (the bottom layer of AmiGO) in order to try and trick AmiGO into executing an inappropriate statement. Errors found along these lines are very important for the developers to fix quickly.
Along a similar vein is actively trying to break the system given that some of the internal structure is known. This can include things like entering MySQL statements (the bottom layer of AmiGO) in order to try and trick AmiGO into executing an inappropriate statement. Errors found along these lines are very important for the developers to fix quickly as they can allow unauthorized access to the underlying system.


Finally, there is load testing; where you might try and overload the system. This probably won't be very useful or informative while running on the toy server.
Finally, there is load testing; where you might try and overload the system. This probably won't be very useful or informative while running on the toy server.
= Sites to Test =
== AmiGO ==
* [http://ash.lbl.gov/cgi-bin/amigo/search.cgi?action=advanced_query Advanced Search]
* [http://ash.lbl.gov/cgi-bin/amigo/browse.cgi Browse]
* [http://ash.lbl.gov/cgi-bin/amigo/blast.cgi BLAST]
* [http://ash.lbl.gov/cgi-bin/amigo/term_enrichment Term Enrichment]
* [http://ash.lbl.gov/cgi-bin/amigo/slimmer Slimmer]




[[Category:Web Presence Working Group]]
[[Category:Web Presence Working Group]]
[[Category:AmiGO]]
[[Category:AmiGO]]

Latest revision as of 14:32, 29 October 2010

To Testers...

Please read the next section (as well as "Things to Remember" at the end) and select features that you feel that you can test. Once you have tested a feature, edit this page and write your name next to "Test by:". As much as possible, please select things to test that have not been tested as much as others.

Keep in mind that the main user-side features for this release are: new term details pages with a new way of browsing within those pages and lucene-based searching. Most of the testing energy should be directed towards these.

Testable new features

Installation scripts

Basically, successfully install AmiGO on a machine and check to see if the installation script lies. This would mean checking with both version.pl and simulate.pl.

URL: N/A

Tested by: Ben/Seth

Refresh/clean-up script

Using refresh.pl in all of its new forms. Successfully: update amigo to a new database (standard), update with a new GO_xrf.abbs from CVS (standard), keep the cruft down (-r).

URL: N/A

Tested by: ???

AmiGO software page

Check that it contains the proper links to all features not included in the menu bar or welcome page.

URL: http://goweb-dev.stanford.edu/cgi-bin/amigo/amigo

Tested by: ???

New Term Details Page

Functional

Check and make sure that the new term details pages function as expected. You will have to find these either through searching or browsing.

Example URL: http://goweb-dev.stanford.edu/cgi-bin/amigo/term-details.cgi?term=GO:0022008

Tested by: ???

Containment

The old term details code was not removed from AmiGO and is actually still used in some cases (such as slims/subsets). Check and make sure that it is not possible to view GO terms in the old context.

Note that the auto-tester has already covered a large number of the easily reachable links. Since the auto-tester does not yet work over forms, that might be a good place to look for problems.

URL: N/A

Tested by: ???

Live Search

Check and make sure that the live search page functions as expected.

URL: http://goweb-dev.stanford.edu/cgi-bin/amigo/amigo?mode=live_search

Tested by: ???

Things to Remember

Beyond checking functionality and correctness of the results, here are some other things to keep in mind while testing:

  • Do things work in other web browsers--sometimes different browsers behave and/or display differently
    • If possible, check things with Firefox, Safari, and Internet Explorer
  • Please check for consistency in terminology (i.e. "ref genome" vs. "homolog" vs. "equivalog").
  • Travel paths that are less travelled and use inputs that you might not normally use
  • Do things more quickly or carelessly than usual
  • Opening multiple sessions or windows and juggling between them
  • Clicking multiple controls and backtracking

Another thing to try is fuzz testing. Basically trying random inputs in an effort to break the program. This would be random things in the URL and inputs. Usually this is automated, but we probably won't have something like that until more of the new AmiGO framework is written.

Along a similar vein is actively trying to break the system given that some of the internal structure is known. This can include things like entering MySQL statements (the bottom layer of AmiGO) in order to try and trick AmiGO into executing an inappropriate statement. Errors found along these lines are very important for the developers to fix quickly as they can allow unauthorized access to the underlying system.

Finally, there is load testing; where you might try and overload the system. This probably won't be very useful or informative while running on the toy server.