| Script
|
Description
|
Documentation
|
|
Source Data |
Type
invalid path
Navigate
to location with no SAS datasets
Path
name that is longer than 200 characters
Use
[...] path navigation
|
Instructions
1
|
| Data
Sets |
List
of datasets match what is in the selected path
Verify
preview button with a separate PROC PRINT
Verify
select all button toggle.
Verify
CDISC button selection of all CDISC type datasets.
|
Instructions
2
|
| Output
Path |
Entered
invalid path.
Path
longer than 200 characters.
The
[...] library manager returns the correct path.
Default
path to be the same as source data.
|
Instructions
3
|
| Output
File |
Invalid
file greater than 8 characters warning message.
Invalid
extension other than xpt
Default
the name to be the first dataset selected.
|
Instructions 4
|
| Base
Code |
Default
base program is the name of the selected dataset
with the extension of .sas.
Verify
the [...] button correctly assigns path.
|
Instructions 5
|
| OK/Cancel |
OK
button applies all selected parameters.
Memory
of all fields is retained.
Cancel
does not apply logic.
|
Instructions 6 |
| Save
Code |
Program
is saved with proper comments
Generated
program is submitted and results verified
|
Instructions 7 |
Instructions
1
Start the CDISC Builder application from the icon in
desktop.
-
Click
SD2XPT to open SD2XPT screen.
-
Clear
the value in "Source Data" field. Click on
the Enter button.
-
Verify
there is a warning message displayed.
-
Type
an invalid path such as
"C:\temp\cdiscbld\invalid" in "Source
Data" field. Click on the Enter button.
-
Verify
there is a warning message displayed.
Click
OK button to close this message.
-
Choose
a source data path by clicking on [...] button.
Navigate to a path that does not have any datasets.
-
Verify
the list of datasets is empty.
-
Create a
folder with the name is longer than 200 characters, such
as:
-
Click on
[...] button next to Source Data text input.
-
Navigate to
that folder and click 'OK' button.
-
Verify that
there is a warning message:
-
Click OK
button to close this message.
-
Click on
[...] button next to Source Data text input.
-
Navigate to
folder that contains some datasets, such as: "input\sd2xpt"
folder.
-
Verify that
some datasets will be displayed in Data Sets list box.
Instructions
2
Start the CDISC Builder application from the icon in
desktop.
-
Navigate
to "C:\temp\cdiscbld\input\sd2xpt". Verify
there are 4 datasets : "AE", "CM",
"DM" and "AE1" in this folder.
-
Click
SD2XPT to open SD2XPT screen.
-
Type
"C:\temp\cdiscbld\input\sd2xpt" in the
"Source Data" field. Click on the Enter
button.
-
Verify
there are 4 datasets listed above in list of
datasets:
-
Choose
"AE" dataset. Click Preview button.
Verify there is a report displayed to show the content of
this dataset.
-
Submit
the following program:
libname
testlib "C:\temp\cdiscbld\input\sd2xpt";
proc
print data=testlib.ae;
run;
-
Verify that
the result of clicking on Preview button is similar with
the result of proc print command.
-
Click Select
All button. Verify all datasets are selected.
-
Click Select
All button again. Verify all datasets are
deselected.
-
Click CDISC
button. Verify all CDISC datasets are selected.
-
Click CDISC
button again. Verify all CDISC datasets are
deselected.
Instructions
3
Start the CDISC Builder application from the icon
in desktop.
-
Click
SD2XPT to open SD2XPT screen.
-
Type
a path such as
"C:\temp\cdiscbld\input\sd2xpt" in "Source
Data" field. Click on the Enter button.
-
Type
an invalid path such as
"C:\temp\cdiscbld\invalid" in "Output Path" field.
Click OK.
-
Verify
there is a warning message displayed
Click
OK button to close this message.
-
Create a
folder with the name is longer than 200 characters, such
as:
-
Click on
[...] button next to "Output Path" field.
-
Navigate to
that folder and click 'OK' button.
-
Verify that
there is a warning message:
-
Click OK
button to close this message.
-
Click on
[...] button next to "Output Path" field.
-
Navigate to
folder "C:\temp\cdiscbld\input\sd2xpt".
-
Verify this
path is displayed in "Output Path" field.
-
Type
"C:\temp\cdiscbld\input\sd2xpt" in
"Source Data" field.
-
Clear value
in "Output Path" field.
-
Click Cancel
button to close this screen.
-
Click SD2XPT
to open SD2XPT screen again.
-
Verify
"C:\temp\cdiscbld\input\sd2xpt" is displayed
in "Output Path" field.
Instructions
4
Start the CDISC Builder application from the icon
in desktop.
-
Click
SD2XPT to open SD2XPT screen.
-
Type
a path such as
"C:\temp\cdiscbld\input\sd2xpt" in "Source
Data" field. Click on the Enter button.
-
Type
a path such as
"C:\temp\cdiscbld\output\sd2xpt" in "Output
Path" field.
-
Type
"testforinvalid.sas" in "Output File".
-
Click OK button. Verify a warning
message is displayed:
The field (Output File) does not contain valid extension (.xpt).
-
Click on the OK button to close the
message.
-
Click
OK button to close this message.
-
Type in the Output File the name of file
xpt such as:
testforinvalid.xpt
-
Click on the OK button.
-
Verify that the message is displayed such
as:
File name in 'Output File' cannot contain more than 8
characters.
-
Click on the OK button to close the
message.
-
Clear
value in "Output File" field.
-
Choose
"CM" dataset in list of datasets. Verify
"DM.XPT" is displayed in "Output
File".
Instructions
5
Start the CDISC Builder application from the icon
in desktop.
-
Click
SD2XPT to open SD2XPT screen.
-
Type
a path such as
"C:\temp\cdiscbld\input\sd2xpt" in "Source
Data" field. Click on the Enter button.
-
Type
a path such as
"C:\temp\cdiscbld\output\sd2xpt" in "Output
Path" field.
-
Type
"cm.xpt" in "Output File" field.
-
Clear
value in "Base Code" field.
-
Choose
"CM" dataset. Verify "sd2xpt_cm.sas" is
displayed in "Base Code" field.
-
Click
on [...] button near "Base Code" field.
Navigate to
"C:\temp\cdiscbld\output\sd2xpt". Type
"cm.sas" in "File Name". Click
Save button.
-
Verify
"C:\temp\cdiscbld\output\sd2xpt\cm.sas" is
displayed in "Base Code" field.
Instructions
6
Start the CDISC Builder application from the icon
in desktop.
-
Click
SD2XPT to open SD2XPT screen.
-
Type
a path such as
"C:\temp\cdiscbld\input\sd2xpt" in "Source
Data" field. Click on the Enter button.
-
Choose
"CM" dataset.
-
Type
a path such as
"C:\temp\cdiscbld\output\sd2xpt" in "Output
Path" field.
-
Type
"cm.xpt" in "Output File".
-
Type
"C:\temp\cdiscbld\output\sd2xpt\basecode.sas" in
"Base Code" field.
-
Click
OK button.
-
Click
Back on "View Code" screen if it appears.
-
Navigate
to "C:\temp\cdiscbld\output\sd2xpt".
Verify "cm.xpt" and "basecode.sas" are
created.
-
Open
"cm.xpt" and verify this contains the same value
as cm.xpt.
-
Delete
"cm.xpt" and "basecode.sas".
-
Click
Cancel button to back to main screen.
-
Click
SD2XPT to open SD2XPT screen.
-
Verify
all values inserted from step 2 to 6 are displayed.
-
Click
Cancel button.
-
Navigate
to "C:\temp\cdiscbld\output\sd2xpt".
Verify "cm.xpt" and "basecode.sas" are
not created.
Instructions
7
Start the CDISC Builder application from the icon
in desktop.
-
Click
SD2XPT to open SD2XPT screen.
-
Type
a path such as
"C:\temp\cdiscbld\input\sd2xpt" in "Source
Data" field. Click on the Enter button.
-
Choose
"CM" dataset.
-
Type
a path such as
"C:\temp\cdiscbld\output\sd2xpt" in "Output
Path" field.
-
Type
"cm.xpt" in "Output File".
-
Type
"C:\temp\cdiscbld\output\sd2xpt\basecode.sas" in
"Base Code" field.
-
Click
Save Code button.
-
Verify
Save Code screen is displayed.
-
Type
"C:\temp\cdiscbld\output\sd2xpt" in
"Path" field.
-
Type
"s_cm" in "File Name".
-
Click
OK button. Verify View Code screen is displayed to
show the content of save code file.
-
Click
Back to close "View Code" screen.
-
Navigate
to "C:\temp\cdiscbld\output\sd2xpt".
Verify "s_cm.sas" is created.
-
Delete
"cm.xpt" and "basecode.sas" if they
exist.
-
Right
mouse click on "s_cm.sas" and select "Batch
Submit".
-
Verify
"cm.xpt" and "basecode.sas" are
created.
For more information, please contact MXI
.