Why are my Test Data Column's not getting populated when running a Manual Test Script
Users are experiencing an issue when trying to run a manual test script, where after they map the column's from the Test Data and run the Script, none of the data is populating the mapped column's.
When you go to run the test script, all it shows is the column headers and as you skip through the Manual Steps, it never populates them with the data from the Test Data. I have verified that the test data is not corrupt. Also, when I go to the Test Data in RQM I can see every entry and they are in the correct columns in the Data Record.
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
Hi Frank,
There could be multiple reasons for it.
Has Test data been modified after creating script?
Are you running test using Apply All?
Could you try adding one column more time and see if that also does not replace datapool value.
If it works correctly then I would guess test data has been change since it was created. Re-adding the datapool column should help.
There could be multiple reasons for it.
Has Test data been modified after creating script?
Are you running test using Apply All?
Could you try adding one column more time and see if that also does not replace datapool value.
If it works correctly then I would guess test data has been change since it was created. Re-adding the datapool column should help.
Comments
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
--------------------------------------
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
showing 5 of 6
show 1 more comments