Why are my Test Data Column's not getting populated when running a Manual Test Script
![]()
Edit: After further searhing, the problem is similar to this one but it was not answerd https://jazz.net/forum/questions/58438/insert-test-data-column-doesnt-populate-test-script |
4 answers
![]()
Frank,
what is the number of rows in .csv file, Are to able to view the data correctly in Test Data editor. A valid csv format file for test data purpose should look something like this ---------------------------------------- NAME:String, CITY:String Pramod, Udaipur Vaibhav, Lakhnow -------------------------------------- Comments The one we are currently testing has 23 rows. Infact when you run the test script, it even recognizes that there is 23 rows. The data on the other hand just doesn't appear as you go through the steps. The Test Data does show up correctly when viewing through RQM. Can you share sample csv file you are using if it does not contain any confidential data. What is the version of RQM you are using We are using RQM 3.0.1 Here is a snippit SI no:String,Rule#:String,Field Referenced:String,Edit Rule Description:String,Line Number:String,Value to Enter:String,Expected Result:String,Expected Error message:String 1,3809.1,form_year,Must be 4 digits,Top Left,20011,Error message displayed,Must be 4 digits. 2,3809.1,form_year,Must be 4 digits,Top Left,11,Error message displayed,Must be 4 digits. 3,3809.1,form_year,Must be 4 digits,Top Left,X,Error message displayed,Must be 4 digits. I just went ahead and made a brand new .csv file with dummy headers and data. entry:String,rule:String,name:String,random:String,expected:String 1,11,Frank,asdfasdf,Fail 2,22,Sam,234324,Pass 3,33,Todd,dfgdfg,Fail 4,44,Lebron,btybtb,Pass 5,55,Samantha,trytry,Fail 6,66,Melanie,werweq,Pass 7,77,John,qwebfrge,Fail 8,88,Matt,fweferkl,Pass 9,99,Dwight,opwef,Fail 10,1010,Chris,iofjwef,Pass
Frank, Are you also using any keyworkd in the script? Nope, no keyword's
showing 5 of 6
show 1 more comments
|
![]()
Frank I am not able to reproduce your issue in my environment. I would advice to work with IBM Support to report this issue so they can collect more information
|