Difference between revisions of "A Layman's Guide"

From ReactOS Wiki
Jump to: navigation, search
m
m
Line 5: Line 5:
 
You should find here, most of the basic things that you will need to know, to become a useful and proficient tester.
 
You should find here, most of the basic things that you will need to know, to become a useful and proficient tester.
  
 +
==Guide list==
  
[https://reactos.org/wiki/User:Oldman/A_layman's_guide/Getting_an_ISO_to_test Getting an ISO to test] ~ Shows the different places to download an ISO for testing.
+
<span style="font-size:110%;font-weight:bold">[https://reactos.org/wiki/User:Oldman/A_layman's_guide/Getting_an_ISO_to_test Getting an ISO to test]</span> ~ Shows the different places to download an ISO for testing.
  
[https://reactos.org/wiki/User:Oldman/A_layman's_guide/How_to_compile_ReactOS How to compile ReactOS] ~ Shows how to get and compile the ReactOS source code.
+
<span style="font-size:110%;font-weight:bold">[https://reactos.org/wiki/User:Oldman/A_layman's_guide/How_to_compile_ReactOS How to compile ReactOS]</span> ~ Shows how to get and compile the ReactOS source code.
  
[https://reactos.org/wiki/User:Oldman/A_layman's_guide/ How to get a debug log] ~ Shows how to get a debug log to report an issue in Jira.
+
<span style="font-size:110%;font-weight:bold">[https://reactos.org/wiki/User:Oldman/A_layman's_guide/ How to get a debug log]</span> ~ Shows how to get a debug log to report an issue in Jira.
  
[https://reactos.org/wiki/User:Oldman/A_layman's_guide/ How to create a JIRA Issue] ~ Shows how to report bugs in Jira.
+
<span style="font-size:110%;font-weight:bold">[https://reactos.org/wiki/User:Oldman/A_layman's_guide/ How to create a JIRA Issue]</span> ~ Shows how to report bugs in Jira.
  
[https://reactos.org/wiki/User:Oldman/A_layman's_guide/ How to use log2lines] ~ Shows how to use log2lines to give more detail to a debug log.
+
<span style="font-size:110%;font-weight:bold">[https://reactos.org/wiki/User:Oldman/A_layman's_guide/ How to use log2lines]</span> ~ Shows how to use log2lines to give more detail to a debug log.
  
[https://reactos.org/wiki/User:Oldman/A_layman's_guide/Regression_testing Regression testing] ~ Shows how to find the revision where a bug was introduced.
+
<span style="font-size:110%;font-weight:bold">[https://reactos.org/wiki/User:Oldman/A_layman's_guide/Regression_testing Regression testing]</span> ~ Shows how to find the revision where a bug was introduced.
  
[https://reactos.org/wiki/User:Oldman/A_layman's_guide/Miscellaneous Miscellaneous] ~ Scripts, Links and various other bits.
+
<span style="font-size:110%;font-weight:bold">[https://reactos.org/wiki/User:Oldman/A_layman's_guide/Miscellaneous Miscellaneous]</span> ~ Scripts, Links and various other bits.
 +
 
 +
[https://reactos.org/wiki/Welcome_to_the_ReactOS_Development_Wiki Wiki main page]

Revision as of 17:12, 10 January 2019

Having found the official tutorials sometimes hard to understand and ambiguous, my aim was to make these tutorials simple to understand; I hope that I have achieved that and you find them helpful.

What I have written here is from personal experience; if I cannot do it myself, then I cannot write about it.

You should find here, most of the basic things that you will need to know, to become a useful and proficient tester.

Guide list

Getting an ISO to test ~ Shows the different places to download an ISO for testing.

How to compile ReactOS ~ Shows how to get and compile the ReactOS source code.

How to get a debug log ~ Shows how to get a debug log to report an issue in Jira.

How to create a JIRA Issue ~ Shows how to report bugs in Jira.

How to use log2lines ~ Shows how to use log2lines to give more detail to a debug log.

Regression testing ~ Shows how to find the revision where a bug was introduced.

Miscellaneous ~ Scripts, Links and various other bits.

Wiki main page