TestCases custom attributes update using RQMExcelImporterForDotNET45
Rajanikanth Kakarla (11●2)
| asked Mar 12 '18, 7:07 p.m.
edited Mar 17 '18, 5:04 p.m. by Geoffrey Clemm (30.1k●3●30●35) Hi,
I am trying to update all my TestCases Custom Attributes using RQMExcelImporterForDotNET45 but it is giving below message in MSO2rqm_debug.txt file.
Can someone guide me on this issue to resolve.
3/12/2018 3:43:13 PM: INFO: <Unknown Caller Context>: ExcelApplicationContext: Destroyed commands
3/12/2018 3:43:13 PM: INFO: <Unknown Caller Context>: caption : RQM
3/12/2018 3:43:14 PM: INFO: <Unknown Caller Context>: ExcelApplicationContext: Created commands
3/12/2018 3:43:44 PM: INFO: <Unknown Caller Context>: response from project contained <?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">projects ATOM feed for all project areas</title><ns2:settingid>com.ibm.rqm.planningpreference</ns2:settingid></ns2:settingsids></ns2:project></content></entry></feed>
3/12/2018 3:43:44 PM: INFO: <Unknown Caller Context>: response from project has response content key
3/12/2018 3:43:44 PM: INFO: <Unknown Caller Context>: response has keys: System.Collections.Hashtable+HashtableEnumerator
Thanks,
Raj
showing 5 of 10
show 5 more comments
|
2 answers
Hi, Raj
Comments Thanks Don. I will try this and let you know the updates. Hi Don,
I implemented sample test cases update based on your notes and it is working.
Now i have to try with update custom attribute value without loosing data for other attributes. Any inputs appreciated.
Thanks,
Raj
Don Yang
commented Mar 18 '18, 9:09 p.m.
I don't know the details of existing test cases. You may want to test case view and export to csv file and see what are there and see what need to be preserved and try with Samples(for syntax of various features) modification and see how to achieve that. Also need to notice the links(test script etc) It may require trial and errors.
|
Hi Don,
Thanks for your inputs..I am successfully updated custom attributes for Test cases but i am seeing one issue.I am using Generic userid and pwd for updating the test cases but Owner field is taking this userd id after update.
I want to Keep same userid when Test case was created but not this updated generic userid. Any idea how to fix this?
Thanks,
Raj
Comments
Don Yang
commented Mar 23 '18, 12:47 a.m.
In that case, you may need to set the owner to existing owner as well.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi Don,
Hi, Raj
Do you mean you haven't tried any samples or it has the same issue as you got in this post? It is important to find out if the tool itself has problem or it is your xls/cfg leading to the issue. Can you please have a try with the sample if you haven't done so?
Yes i tried other examples but giving same errors.
Do you think i am using wrong RQMExcelImporter Version?
Hi Don,
Hi, Raj
There are many things unclear in your comments.
- you mentioned you have tried the other examples but the same issue. Have you try the samples such as TestCases 001 with custom attributes.cfg/TestCases 001 with custom attributes.xls from the RQMExcelImporter install(under install directroy\RQMExcelImporter\Samples)? If you changed some values of custom attributes in the 2nd export, do you see the update or not?
This is how you may try to get familiar with the tool and cfg file and update your own cfg/xls to have your own use cases
- RQMExcelImporterForDotNET45 is a version for TLS2 support. If that is not required, usually we use other version but RQMExcelImporterForDotNET45 should also have all the features other installer has.
- it seems you have manually created some test cases with custom attributes and you want to update those test cases, is that right?
what is your cfg file like?
what is your xls like?
Hi Don,
>>>Same excel i used and modified with My 3 existing Test cases
-- how the 3 existing test cases were created: through UI or by ExcelImporter
-- obviously you modified the samples to accommodate your own use case(such as working around mandatory fields), what is your update cfg file like?
what is your xls like?
it is impossible for anyone to try any suggestions without knowing your cfg and xls but only an error message in your use case.
My Existing Test Cases are created by UI. We have 20K test cases now and i have to update these test cases Custom attribute. So RQM UI is not giving option to update custom attribute value at one time for all the test cases.