Difference between revisions of "Test Space Setup"

From STRIDE Wiki
Jump to: navigation, search
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
* Can I access and log in to my TestSpace instance?
+
==Accessing Your Test Space Instance==
* Are the expected Project and TestSpaces configured?
+
To begin, we will verify that you can access your company's [[STRIDE_Test_Space | STRIDE Test Space]]. Navigate to the S2-provided Test Space with your browser. The URL has the form:
* Do I want to give access to additional users?
+
 +
https://''company''.stridetestspace.com
  
==Accessing Your TestSpace Instance==
+
On the page that is presented, enter your Username and Password, then click the ''Log in'' button.
Here we will verify that you can access your company's STRIDE TestSpace and ensure that it is set up to receive results from the tests we will run in future steps.
 
  
First navigate to the S2-provided TestSpace with your browser. The URL has the form:
+
==Create Projects and Spaces ==
+
Now that you are logged-in to Test Space, you should create a '''Project''' and one or more '''Test Spaces''' to publish results from the tests you execute. Please review [[Creating Test Spaces|this article]] on creating new test spaces. For evaluations, we often recommend that you create a project called '''Sandbox''' and a number of different test spaces (i.e. Samples, etc.).  
https://''companyname''.stridetestspace.com.  
 
  
On the page that is presented, enter your Username and Password, then click the ''Log in'' button.
+
==Publishing Results with the Runner==
 +
You can automatically publish test results with the [[STRIDE Runner | Runner]] by passing in Test Space [[STRIDE Runner#Options | command line options]] along with your other runner options. An example might be something like the following:
  
==Verifying Project and TestSpace Setup==
+
  stride '''--upload''' '''--testspace''' <nowiki>USER:PASS@company.stridetestspace.com</nowiki> '''--project''' Sandbox '''--space''' Samples ''[other options]''
  
At the top of the next page, click on the ''All Projects'' link to view the status of existing projects. Here you should see the '''Sandbox''' project listed, with contained TestSpaces '''Diagnostics''' and '''TestIntro''' shown. We will be publishing results to these test spaces in subsequent steps.
 
  
=VIDEO HERE=
+
The Runner also supports [[STRIDE_Runner#Environment Variables | environment variables]] that can be leveraged for commonly used Test Space options.
  
[[Category:For Evaluators...]]
+
[[Category:Installation]]

Latest revision as of 14:51, 20 February 2013

Accessing Your Test Space Instance

To begin, we will verify that you can access your company's STRIDE Test Space. Navigate to the S2-provided Test Space with your browser. The URL has the form:

https://company.stridetestspace.com 

On the page that is presented, enter your Username and Password, then click the Log in button.

Create Projects and Spaces

Now that you are logged-in to Test Space, you should create a Project and one or more Test Spaces to publish results from the tests you execute. Please review this article on creating new test spaces. For evaluations, we often recommend that you create a project called Sandbox and a number of different test spaces (i.e. Samples, etc.).

Publishing Results with the Runner

You can automatically publish test results with the Runner by passing in Test Space command line options along with your other runner options. An example might be something like the following:

 stride --upload --testspace USER:PASS@company.stridetestspace.com --project Sandbox --space Samples [other options]


The Runner also supports environment variables that can be leveraged for commonly used Test Space options.