Welcome to the Jazz Community Forum
Difference between Test Case and test Script in RQM
2 answers

a Test Script is what you can call the steps for the test.
Like
Step 1 : Log into the webiste
Step 2 : Enter password
Step 3 : ...
Step 4 : ...
The Test Case is where you attached the test script, and a Test Case could have many Scripts, but you could only run a test case with one test script at once.
For Example
You run Test Case 1 with Script 1
Then you run Test Case 1 with Script 2.
And so on.
Like
Step 1 : Log into the webiste
Step 2 : Enter password
Step 3 : ...
Step 4 : ...
The Test Case is where you attached the test script, and a Test Case could have many Scripts, but you could only run a test case with one test script at once.
For Example
You run Test Case 1 with Script 1
Then you run Test Case 1 with Script 2.
And so on.

Hello,
a test case is more the "what" is beeing tested while a test script is more the "how" is it beeing tested.
A test case could represent a workflow. Testing this workflow may need several test script beeing run on different test enviornments like operating systems, database, browsers, ....
Regards
Joerg
a test case is more the "what" is beeing tested while a test script is more the "how" is it beeing tested.
A test case could represent a workflow. Testing this workflow may need several test script beeing run on different test enviornments like operating systems, database, browsers, ....
Regards
Joerg