Need help in creation of CFG file to upload
Hi
I have been trying to buld a cfg file for the below excel sample sheet. I need to upload the test cases and there results in one go. Can any one help here.
XOG | ||||||||||||
Test Case Name: Capture Customer Order (SD) | ||||||||||||
Step # | Step Description | T-Code | Global Role(s) |
User Script Name
(if applicable) |
RICEF
Object |
Input Data | Expected Results | Actual Results |
Pass/Fail
Cycle 1 |
Pass/Fail
Cycle 2 |
Pass/Fail
Cycle 3 |
SIR #
(Failed) |
1 | Open Order and Initiate Order Entry | VA01 |
Order Type:
Sales Org: Dist Channel: Div: PO Number: |
Input data should be accepted | Input data is accepted | Passed | ||||||
2.1 | Enter Sold to party | VA01 | Sold To Party: | Input data should be accepted |
Input data is accepted
|
Passed | ||||||
2.2 | Determine other business partners | VA01 | On Menubar: Goto -> Header -> Partner | Bill to party, Ship to party, Payer should be determined | Bill to party, Ship to party, Payer determined | Passed | ||||||
3 | Check Customer Credit | VA01 | On Menubar: Environment -> Partner -> Display Credit Account | Customer credit should be within limit | Customer credit is within limits | Passed | ||||||
4 | Determine Order Items | VA01 |
Material :
Quantity: |
Input data should be accepted | Input data is accepted | Passed | ||||||
5 | Check Availability | VA01 |
On Menubar:
Environment -> Availability |
Enough stock should be available to process order | Stock is available | Passed | ||||||
6 | Process Backorders | VA01 | None | No backorders should be created | No backorders are created | Passed |
Thanks,
Bhawna
3 answers
Hi Bhawana, here are a couple of resources which should help you..
1. https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Creating_Configuration_Files
2. Sample .xls, .cfg's located directory under <RQMExcelImporterInstall>\Samples. You could refer them to arrive at thr config file required..
Best Regards
Sunil
1. https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Creating_Configuration_Files
2. Sample .xls, .cfg's located directory under <RQMExcelImporterInstall>\Samples. You could refer them to arrive at thr config file required..
Best Regards
Sunil
Hi Bhawna,
Did you refer the samples provided in the installation directory? To export testcases with their result you can refer the sample "Testplan_Testcase_Testscript_TER_Environment_Iteration_AllInOne.xls".
NOTE : To associate execution result to each TestCase you will also need to create executionworkitems for each TestCase. Refer the cfg of above sample and you will get an idea how to do that
Did you refer the samples provided in the installation directory? To export testcases with their result you can refer the sample "Testplan_Testcase_Testscript_TER_Environment_Iteration_AllInOne.xls".
NOTE : To associate execution result to each TestCase you will also need to create executionworkitems for each TestCase. Refer the cfg of above sample and you will get an idea how to do that